Skip to content

Commit

Permalink
Update .github/workflows/bun-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar authored Oct 7, 2024
1 parent 3ca4ea1 commit 252ddcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
bun-version: latest

- name: Install dependencies
run: bun install
run: bun install --frozen-lockfile

- name: Run tests
run: bun test

0 comments on commit 252ddcb

Please sign in to comment.