Skip to content

Commit

Permalink
make bun test github workflow freeze the lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Creaous committed Dec 8, 2024
1 parent 1834401 commit 7273587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
- name: Generate migrations
run: bun run db:generate
- name: Run tests
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Set up Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile
- name: Generate migrations
run: bun run db:generate
- name: Run tests
Expand Down

0 comments on commit 7273587

Please sign in to comment.