Skip to content

Commit 1afcbac

Browse files
committed
DEBUG lint
1 parent 2c3008a commit 1afcbac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/pre-merge.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,15 @@ jobs:
144144
run: git config --global --add safe.directory $GITHUB_WORKSPACE
145145
- name: Run all linting targets
146146
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()
147156

148157
unit_tests_ui:
149158
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)