From edaf9d1c7426e3bb123d7645f0c6ed18f27095da Mon Sep 17 00:00:00 2001 From: Malte Poll <1780588+malt3@users.noreply.github.com> Date: Thu, 29 Aug 2024 14:15:53 +0200 Subject: [PATCH] wip-debug --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 162babb..55dbc38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,11 @@ jobs: - name: Execute Integration Tests shell: bash run: bazelisk test //:all_integration_tests + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true all_ci_tests: runs-on: ubuntu-22.04