Skip to content

Commit

Permalink
feat: start db separately
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Sep 23, 2024
1 parent 543d3b7 commit 9c9e175
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,14 @@ jobs:
enable_cache: "true"
- name: Check Format
run: devbox run check_format
- name: start DB
run: devbox run postgres
- name: Run tests
run: devbox run postgres; devbox run coverage
run: devbox run test
env:
MIX_ENV: test
- name: Test Coverage
run: devbox run coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
env:
Expand Down

0 comments on commit 9c9e175

Please sign in to comment.