Skip to content

Commit 0416c8c

Browse files
committed
WIP: Try uploading Tox artifacts for debugging
1 parent 8ef65dc commit 0416c8c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/tox.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ jobs:
3131
run: tox -e mypy
3232
- name: Tox py3
3333
run: tox -e py3
34+
.tox/py3/
35+
- name: Upload tox artifacts
36+
uses: actions/upload-artifact@v4
37+
with:
38+
name: tox-results-${{ matrix.python-version }}
39+
path: |
40+
.tox/
41+
retention-days: 2

0 commit comments

Comments
 (0)