Skip to content

Commit 2278e69

Browse files
committed
WIP: Try uploading Tox artifacts for debugging
1 parent 9f847ec commit 2278e69

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/tox.yaml

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

0 commit comments

Comments
 (0)