Skip to content

Commit

Permalink
Github Actions runs the seed command before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraissman committed Oct 14, 2024
1 parent 44314e3 commit 0e72982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: bun install --frozen-lockfile

- name: Run tests
run: bun test
run: bun test:seed

0 comments on commit 0e72982

Please sign in to comment.