From: Christian Brabandt Date: Sun, 29 Jun 2025 15:57:32 +0000 (+0200) Subject: ci: Use tmate for debugging Github Actions CI X-Git-Tag: v9.1.1495~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c0746829ebf2aafa5f9d351126770270000c16f;p=thirdparty%2Fvim.git ci: Use tmate for debugging Github Actions CI closes: #17631 Signed-off-by: Christian Brabandt --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 505efe9aa0..32e368dc1d 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