Skip to content

Commit d58786e

Browse files
committed
debug github actions
1 parent bb26656 commit d58786e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
pip install tox tox-gh-actions
8282
- name: Test with tox
8383
run: tox -e ${{ matrix.tox_env }}
84+
- name: Check content
85+
run: ls -la
8486
- name: Prepare artifacts
8587
run: mkdir -p .coverage-data && mv .coverage.* .coverage-data/
8688
- uses: actions/upload-artifact@master

0 commit comments

Comments
 (0)