From 4c68956c2b3f2bca1c483ae6e2786f3f01bfe40f Mon Sep 17 00:00:00 2001 From: Chris Clark Date: Fri, 4 Oct 2024 15:31:20 -0400 Subject: [PATCH] list directory contents --- .github/workflows/test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3fc7f34d..5fc65ccd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: