Skip to content

Commit

Permalink
start db before pytest.
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Sep 16, 2024
1 parent 99c9473 commit d3fa885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
pdm install
- name: Run tests
run: |
docker compose run --rm -d db
pdm run pytest

0 comments on commit d3fa885

Please sign in to comment.