From c8a4b20654b92ae1f080d9ae32df2727f4b76c27 Mon Sep 17 00:00:00 2001 From: Christoph Ostarek Date: Mon, 10 Jun 2024 19:16:56 +0200 Subject: [PATCH] wip: enable tmate on smoke tests Signed-off-by: Christoph Ostarek --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfcf380c3..37cca8b6b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,6 +53,7 @@ jobs: needs: determine-runner runs-on: ${{ needs.determine-runner.outputs.runner }} steps: + - uses: actions/checkout@v3 - name: Get code uses: actions/checkout@v4.1.1 with: @@ -68,6 +69,9 @@ jobs: eve_image: ${{ inputs.eve_image }} eve_artifact_name: ${{ inputs.eve_artifact_name }} artifact_run_id: ${{ inputs.artifact_run_id }} + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 networking: name: Networking test suite