Skip to content

Commit

Permalink
add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 25, 2023
1 parent 996b8f0 commit ebc9ca6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ jobs:
name: Run test suite
run: |
python -I -m pytest tests/ --cov-append --cov-report=xml --cov=menuinst -vvv
- uses: mxschmitt/action-tmate@v3
timeout-minutes: 60
if: failure() && matrix.os == 'windows' && matrix.python-version == '3.12'

- uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit ebc9ca6

Please sign in to comment.