Skip to content

Commit ba8446b

Browse files
committed
Update tests.yml
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.
1 parent 3cd4d87 commit ba8446b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
attempt_limit: 10
3333
attempt_delay: 10000
3434
- name: Run tests on package
35-
run: python3 -m pytest test --cov --cov-branch --cov-report=term-missing
36-
- name: Debug with tmate on failure
37-
if: ${{ failure() }}
38-
uses: mxschmitt/action-tmate@v3
39-
with:
40-
limit-access-to-actor: true
35+
run: python3 -m pytest tests --cov --cov-branch --cov-report=term-missing
36+
# - name: Debug with tmate on failure
37+
# if: ${{ failure() }}
38+
# uses: mxschmitt/action-tmate@v3
39+
# with:
40+
# limit-access-to-actor: true

0 commit comments

Comments
 (0)