Skip to content

Commit

Permalink
modify bun test to check for bun.lock instead of bun.lockb
Browse files Browse the repository at this point in the history
  • Loading branch information
aidansunbury committed Jan 30, 2025
1 parent 9bbf1ab commit e563aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:

- name: We should have a Bun lockfile
run: |
if [ ! -f "../ci-bun/bun.lockb" ]; then
if [ ! -f "../ci-bun/bun.lock" ]; then
echo "Bun lockfile not found"
exit 1
fi
Expand Down

0 comments on commit e563aec

Please sign in to comment.