We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22bdf6b commit edfb92bCopy full SHA for edfb92b
.github/workflows/pre-merge.yaml
@@ -144,6 +144,15 @@ jobs:
144
run: git config --global --add safe.directory $GITHUB_WORKSPACE
145
- name: Run all linting targets
146
run: ./doit.sh lint
147
+ - name: "Debug: SSH to runner"
148
+ uses: scality/actions/action-ssh-to-runner@1.13.0
149
+ with:
150
+ tmate-server-host: ${{ secrets.TMATE_SERVER_HOST }}
151
+ tmate-server-port: ${{ secrets.TMATE_SERVER_PORT }}
152
+ tmate-server-rsa-fingerprint: ${{ secrets.TMATE_SERVER_RSA_FINGERPRINT }}
153
+ tmate-server-ed25519-fingerprint: ${{ secrets.TMATE_SERVER_ED25519_FINGERPRINT }}
154
+ timeout-minutes: 30
155
+ if: always()
156
157
unit_tests_ui:
158
runs-on: ubuntu-latest
0 commit comments