We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da073e4 commit 9c70a25Copy full SHA for 9c70a25
.github/workflows/pr_test.yml
@@ -156,6 +156,12 @@ jobs:
156
echo STEP_START=$(date +%s) >> $GITHUB_ENV
157
echo ::endgroup::
158
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
+
165
- name: Run acceptance tests
166
run: |
167
buildevents cmd $TRACE_ID $STEP_ID 'rake litmus:acceptance:parallel' -- bundle exec rake 'litmus:acceptance:parallel'
0 commit comments