ci: Use tmate for debugging Github Actions CI Commit: https://github.com/vim/vim/commit/1c0746829ebf2aafa5f9d351126770270000c16f Author: Christian Brabandt <c...@256bit.org> Date: Sun Jun 29 17:57:32 2025 +0200
ci: Use tmate for debugging Github Actions CI closes: https://github.com/vim/vim/issues/17631 Signed-off-by: Christian Brabandt <c...@256bit.org> diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505efe9aa..32e368dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to vim_dev+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/vim_dev/E1uVuRs-00AhDd-28%40256bit.org.