Skip to content

Commit

Permalink
list directory contents
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisclark committed Oct 4, 2024
1 parent f9db365 commit 4c68956
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ jobs:
- name: Run tox targets for ${{ matrix.python-version }}
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)

- name: List generated files
run: |
echo "Listing all files and directories:"
ls
- name: Upload coverage data
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 4c68956

Please sign in to comment.