Skip to content

Commit e7b79e1

Browse files
committed
mount tests
1 parent b4a0e1d commit e7b79e1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/docker/compose.ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ services:
2222
condition: service_healthy
2323
command: >
2424
bash -c "
25-
pytest
25+
pytest -vvv ./tests
2626
"
27+
volumes:
28+
- ../../tests:/code/tests
2729
healthcheck:
2830
test: ["CMD", "curl", "-f", "http://localhost:8000/healthcheck"]
2931
interval: 10s
@@ -32,7 +34,6 @@ services:
3234

3335
db:
3436
image: postgres:16
35-
network_mode: host
3637
environment:
3738
- POSTGRES_USER=hcw
3839
- POSTGRES_PASSWORD=password

0 commit comments

Comments
 (0)