Skip to content

Commit

Permalink
Removing tmate from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Oct 16, 2024
1 parent 3ac0ca3 commit 2fb7e3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,6 @@ 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

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

0 comments on commit 2fb7e3d

Please sign in to comment.