From 638e0610618eec2406cd76b15f7a7b669006c5eb Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Thu, 30 Nov 2023 11:25:07 -0500 Subject: [PATCH] tmate --- .github/workflows/deploy_tests.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy_tests.yml b/.github/workflows/deploy_tests.yml index 749fee28..4eead7e4 100644 --- a/.github/workflows/deploy_tests.yml +++ b/.github/workflows/deploy_tests.yml @@ -43,7 +43,7 @@ jobs: - name: Build docker container-image run: | - just test/connect-rsconnect-python/rsconnect-python/docker-build + just test/connect-rsconnect-python/docker-build - name: Run rsconnect-python Tests env: CONNECT_LICENSE: "${{ secrets.RSC_LICENSE }}" @@ -60,6 +60,12 @@ jobs: docker compose pull connect docker compose up -d connect just test/connect-rsconnect-python/test-${PYTHON_BUILD} + + - name: Setup tmate session + if: ${{ failure() }} + uses: mxschmitt/action-tmate@v3 + with: + limit-access-to-actor: true # Videos are captured whether the suite fails or passes - name: Save videos uses: actions/upload-artifact@v3