]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
ci: Use tmate for debugging Github Actions CI
authorChristian Brabandt <cb@256bit.org>
Sun, 29 Jun 2025 15:57:32 +0000 (17:57 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 29 Jun 2025 15:57:32 +0000 (17:57 +0200)
closes: #17631

Signed-off-by: Christian Brabandt <cb@256bit.org>
.github/workflows/ci.yml

index 505efe9aa04ecf53896de31abd69e8df6365341c..32e368dc1d084b8d3a936f36c3967597d4cdb056 100644 (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