Skip to content

Commit

Permalink
add tmate session to debug runner
Browse files Browse the repository at this point in the history
  • Loading branch information
HotThoughts committed Sep 27, 2021
1 parent 3f87378 commit 794cc37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/continous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,10 @@ jobs:
run: |
make ${{ matrix.test }}
- name: Setup tmate session
if: failure()
uses: mxschmitt/action-tmate@v3

- name: Send Coverage Report 📊
if: needs.changes.outputs.backend == 'true' && matrix.python-version == 3.6 && matrix.os != 'windows-latest'
continue-on-error: true
Expand Down

0 comments on commit 794cc37

Please sign in to comment.