From 5d4ff0cb4e3cb039e28cf792638bbe96e63e1931 Mon Sep 17 00:00:00 2001 From: Claudio Bley Date: Tue, 7 Oct 2025 10:05:57 +0200 Subject: [PATCH] enable tmate --- .github/workflows/workflow.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index db7caae8d..d40e7191c 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -324,6 +324,11 @@ jobs: run: | # Quote the package specifier so that it works on Windows bazelisk test "//..." + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true all_ci_tests: runs-on: ubuntu-24.04