mirror of
https://github.com/vim/vim
synced 2025-07-15 16:51:57 +00:00
ci: Use tmate for debugging Github Actions CI
closes: #17631 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user