diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 2fbbd3a..a3b5f7f 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