ci: Use tmate for debugging Github Actions CI

closes: #17631

Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Christian Brabandt
2025-06-29 17:57:32 +02:00
parent 73aa24ea72
commit 1c0746829e

View File

@ -319,6 +319,13 @@ jobs:
run: |
make ${SHADOWOPT} ${TEST}
# Enable to debug failing tests live and ssh into the CI runners
# - name: Setup tmate session
# if: ${{ failure() }}
# uses: mxschmitt/action-tmate@v3
# with:
# limit-access-to-actor: true
- if: ${{ !cancelled() }}
uses: ./.github/actions/test_artifacts