diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 5fbbc63f..4c2d5edc 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -30,4 +30,4 @@ jobs: if [ -f requirements.pip ]; then pip install -r requirements.pip; fi - name: Test with pytest run: | - pytest backend/test/integration/test_create.py + pytest -s backend/test/integration/test_create.py