Skip to content

Commit

Permalink
Adding tmate to CI for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Sep 20, 2024
1 parent 57816e6 commit d95b172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,11 @@ jobs:
cpp-coveralls -i src -i include -e src/external --exclude-pattern "/usr/*" --dump cpp_cov.json
coveralls --merge=cpp_cov.json --service=github
- name: Setup tmate debug session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15

finish:
needs: main
runs-on: ubuntu-latest
Expand Down

0 comments on commit d95b172

Please sign in to comment.