From 106a886a68915a87e8e233a11ed49bd957945c32 Mon Sep 17 00:00:00 2001 From: Benjamin Schimke Date: Fri, 20 Sep 2024 14:31:34 +0200 Subject: [PATCH] fix test --- .github/workflows/e2e.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2fbbd3a3..a3b5f7f5 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -110,3 +110,6 @@ jobs: - name: Run e2e tests run: | sudo GINKGO_FOCUS="${{ matrix.ginkgo_focus }}" SKIP_RESOURCE_CLEANUP=true make test-e2e + - name: Setup tmate session + if: ${{ failure() }} + uses: canonical/action-tmate@main