Skip to content

Commit e798db5

Browse files
committed
ssh
1 parent 0a34465 commit e798db5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/pr_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ jobs:
156156
echo STEP_START=$(date +%s) >> $GITHUB_ENV
157157
echo ::endgroup::
158158
159+
- name: Start SSH session
160+
uses: luchihoratiu/debug-via-ssh@main
161+
with:
162+
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
163+
SSH_PASS: ${{ secrets.SSH_PASS }}
164+
159165
- name: Run acceptance tests
160166
run: |
161167
buildevents cmd $TRACE_ID $STEP_ID 'rake litmus:acceptance:parallel' -- bundle exec rake 'litmus:acceptance:parallel'

0 commit comments

Comments
 (0)