We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 835ab1e commit 1f1081fCopy full SHA for 1f1081f
1 file changed
.github/workflows/build-test-deploy.yml
@@ -87,8 +87,11 @@ jobs:
87
uv tool install --with=tox-uv --with=tox-gh-actions tox
88
- name: Show tox config
89
run: tox c
90
- - name: Run tox
91
- run: tox -v --exit-and-dump-after 1200
+ - name: Setup test suite
+ run: tox run -vv --notest
92
+ - name: Run test suite
93
+ id: pre
94
+ run: tox -v --skip-pkg-install --exit-and-dump-after 1200
95
- uses: codecov/codecov-action@v5
96
if: ${{ always() }}
97
with:
0 commit comments