Skip to content

Commit

Permalink
lists dir before pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 16, 2023
1 parent 752d69c commit cafd5cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
pip install pytest pytest-cov
- name: Test with pytest
run: |
ls -a
pytest tests/ -s --cov=agoradatatools --cov-report=html
- name: Upload pytest test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit cafd5cd

Please sign in to comment.