Skip to content

Commit

Permalink
feat: start postgresql first
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Sep 23, 2024
1 parent 64f269e commit 607fc68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Check Format
run: devbox run check_format
- name: Run tests
run: devbox run coverage
run: devbox run postgres; devbox run coverage
env:
MIX_ENV: test
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 607fc68

Please sign in to comment.