Skip to content

Commit

Permalink
add debug ssh runner
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisferrand committed Sep 20, 2024
1 parent c27753e commit 8a6240e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ jobs:
- run: yarn --silent test:functional
env:
MONGODB_REPLICASET: "localhost:27018"
- name: "Debug: SSH to runner"
uses: scality/actions/[email protected]
continue-on-error: true
with:
tmate-server-host: ${{ secrets.TMATE_SERVER_HOST }}
tmate-server-port: ${{ secrets.TMATE_SERVER_PORT }}
tmate-server-rsa-fingerprint: ${{ secrets.TMATE_SERVER_RSA_FINGERPRINT }}
tmate-server-ed25519-fingerprint: ${{ secrets.TMATE_SERVER_ED25519_FINGERPRINT }}
if: failure()


build:
name: Build and Push
Expand Down

0 comments on commit 8a6240e

Please sign in to comment.