We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cce0bf commit cbc03ccCopy full SHA for cbc03cc
.github/workflows/oldest-postgres.yml
@@ -65,7 +65,7 @@ jobs:
65
- name: Run xdist test
66
uses: fizyk/actions-reuse/.github/actions/pipenv-run@v4.1.1
67
with:
68
- command: pytest -n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
+ command: pytest -vv --setup-show -n auto -c pyproject.oldest.toml --dist loadgroup --max-worker-restart 0 --postgresql-exec="/usr/lib/postgresql/${{ inputs.postgresql }}/bin/pg_ctl" -k "not docker" --cov-report=xml:coverage-xdist.xml
69
- uses: actions/upload-artifact@v6
70
if: failure()
71
0 commit comments