Skip to content

Commit

Permalink
outputting the workspace temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
VisLab committed Sep 26, 2024
1 parent 65366fe commit 194b230
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 194b230

Please sign in to comment.