Skip to content

Commit

Permalink
Adding tmate for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pshriwise committed Jan 23, 2025
1 parent 1807633 commit 0f8b97c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ jobs:
CTEST_OUTPUT_ON_FAILURE=1 make test -C $GITHUB_WORKSPACE/build/
$GITHUB_WORKSPACE/tools/ci/gha-script.sh
- name: tmate
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- name: after_success
shell: bash
run: |
Expand Down

0 comments on commit 0f8b97c

Please sign in to comment.