Skip to content

Commit c4b9013

Browse files
committed
x
1 parent 9546499 commit c4b9013

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,12 +88,17 @@ jobs:
8888
run: |
8989
tox -e begin,py-${{ matrix.pkg_mods }} -- --tb short
9090
91+
- name: ls
92+
run: |
93+
ls -lha ${{ runner.temp }}
94+
9195
- name: Uploading pytest files on failure
9296
if: failure() # Only upload this if tox failed
9397
uses: actions/upload-artifact@v4
9498
with:
9599
name: pytest-artifacts-${{ runner.os }}
96100
path: ${{ runner.temp }}/pytest-of-*/**
101+
retention-days: 1
97102

98103
- name: Upload coverage
99104
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)