Skip to content

Commit

Permalink
mount tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wozniakpl committed Sep 17, 2024
1 parent b4a0e1d commit e7b79e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/docker/compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ services:
condition: service_healthy
command: >
bash -c "
pytest
pytest -vvv ./tests
"
volumes:
- ../../tests:/code/tests
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8000/healthcheck"]
interval: 10s
Expand All @@ -32,7 +34,6 @@ services:

db:
image: postgres:16
network_mode: host
environment:
- POSTGRES_USER=hcw
- POSTGRES_PASSWORD=password
Expand Down

0 comments on commit e7b79e1

Please sign in to comment.