Skip to content

Commit b7ebb60

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

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+
/home/runner/work/llvm-lnt/llvm-lnt/.tox
42+
retention-days: 2

0 commit comments

Comments
 (0)