diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2e970727..19fd526e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -75,6 +75,9 @@ jobs: run: coverage run --append -m unittest spec_tests/test_errors.py continue-on-error: true + - name: List files in workspace + run: ls -a + - name: Archive code coverage results if: ${{matrix.python-version == '3.9'}} uses: actions/upload-artifact@v4