Skip to content

Commit 66f96b5

Browse files
committed
output more logs from integration tests
1 parent 30717a6 commit 66f96b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
docker compose -f docker-compose-develop.yml build
2929
3030
- name: Spin Up Docker Compose and Run Tests
31-
run: pytest tests/test_integration.py -v
31+
run: pytest -s -v tests/test_integration.py
3232

3333
- name: Ensure that Docker Compose is Shutdown
3434
if: always()

0 commit comments

Comments
 (0)