We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30717a6 commit 66f96b5Copy full SHA for 66f96b5
1 file changed
.github/workflows/test_docker.yml
@@ -28,7 +28,7 @@ jobs:
28
docker compose -f docker-compose-develop.yml build
29
30
- name: Spin Up Docker Compose and Run Tests
31
- run: pytest tests/test_integration.py -v
+ run: pytest -s -v tests/test_integration.py
32
33
- name: Ensure that Docker Compose is Shutdown
34
if: always()
0 commit comments