Skip to content

Commit

Permalink
tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gartland committed Nov 30, 2023
1 parent a6c1484 commit 638e061
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/deploy_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand All @@ -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
Expand Down

0 comments on commit 638e061

Please sign in to comment.