Skip to content

Commit

Permalink
Update test.yaml - more verbose output for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley authored Oct 4, 2023
1 parent f943015 commit cda309f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ jobs:

- name: Run tests
shell: bash -l {0}
run: pytest
run: |
pwd
ls
pytest
ls
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit cda309f

Please sign in to comment.