Skip to content

Commit

Permalink
chore: don't save bun lock
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasgriffintn committed Jul 3, 2024
1 parent f46d7c9 commit 517a5ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
uses: oven-sh/setup-bun@v1

- name: Install Bun Packages
run: bun install
run: bun install --no-save

- name: Run Bun Tests
run: bun test
Binary file removed bun.lockb
Binary file not shown.

0 comments on commit 517a5ad

Please sign in to comment.