Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
Commented out the debug action because it keeps the threads open and doesn't let you know your tests failed. Also changed the run command to look for a "tests" folder instead of a "test" folder.
  • Loading branch information
ptth222 committed Aug 29, 2024
1 parent 3cd4d87 commit ba8446b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
attempt_limit: 10
attempt_delay: 10000
- name: Run tests on package
run: python3 -m pytest test --cov --cov-branch --cov-report=term-missing
- name: Debug with tmate on failure
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
run: python3 -m pytest tests --cov --cov-branch --cov-report=term-missing
# - name: Debug with tmate on failure
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true

0 comments on commit ba8446b

Please sign in to comment.