Skip to content

Commit

Permalink
add tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz committed Jan 20, 2025
1 parent b5d1760 commit 40ae75a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
STDOUT_LOG=$(mktemp --suffix=stdout.log)
echo STDOUT_LOG=$STDOUT_LOG >> $GITHUB_ENV
tox -e test,coverage-report --result-json=test-result.json | tee $STDOUT_LOG ; test ${PIPESTATUS[0]} -eq 0
- name: Tmate debugging session (gh-hosted)
if: failure()
uses: mxschmitt/action-tmate@v3
timeout-minutes: 120
- name: Export test report
if: always()
uses: actions/github-script@v7
Expand Down

0 comments on commit 40ae75a

Please sign in to comment.