From 55613136ef4f84bddf9cc4d47f332135bd8f24a9 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Tue, 17 Sep 2024 10:29:17 -0700 Subject: [PATCH] try debug Signed-off-by: Derek Nola --- .github/workflows/e2e.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index e8a18bf131fc..5cb97fabc3cc 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -166,4 +166,10 @@ jobs: . ./scripts/version.sh . ./tests/docker/test-helpers . ./tests/docker/test-run-${{ matrix.dtest }} - echo "Did test-run-${{ matrix.dtest }} pass $?" \ No newline at end of file + echo "Did test-run-${{ matrix.dtest }} pass $?" + - name: On Failure, Launch Debug Session + uses: dereknola/action-upterm@v1.1 + if: ${{ failure() }} + with: + ## If no one connects after 5 minutes, shut down server. + wait-timeout-minutes: 5 \ No newline at end of file