Skip to content

Commit 5a5d826

Browse files
committed
x
1 parent 9546499 commit 5a5d826

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-static-analysis-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
8787
- name: Run Tox
8888
run: |
89+
ls -lha ${{ runner.temp }}
8990
tox -e begin,py-${{ matrix.pkg_mods }} -- --tb short
9091
9192
- name: Uploading pytest files on failure
@@ -94,6 +95,7 @@ jobs:
9495
with:
9596
name: pytest-artifacts-${{ runner.os }}
9697
path: ${{ runner.temp }}/pytest-of-*/**
98+
retention-days: 1
9799

98100
- name: Upload coverage
99101
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)