Skip to content

Commit 52eca77

Browse files
committed
x
1 parent 9546499 commit 52eca77

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,18 @@ jobs:
8888
run: |
8989
tox -e begin,py-${{ matrix.pkg_mods }} -- --tb short
9090
91+
- name: ls
92+
if: failure()
93+
run: |
94+
ls -lha ${{ runner.temp }}
95+
9196
- name: Uploading pytest files on failure
9297
if: failure() # Only upload this if tox failed
9398
uses: actions/upload-artifact@v4
9499
with:
95100
name: pytest-artifacts-${{ runner.os }}
96101
path: ${{ runner.temp }}/pytest-of-*/**
102+
retention-days: 1
97103

98104
- name: Upload coverage
99105
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)