Skip to content

Commit 28cb85e

Browse files
committed
Implement NGROK for debugging session
1 parent a94f2fe commit 28cb85e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,13 @@ jobs:
132132
bundle env
133133
echo ::endgroup::
134134
135+
# Debugging via NGROK ssh tunnel. To be removed, do not merge.
136+
- name: Start SSH session
137+
uses: luchihoratiu/debug-via-ssh@main
138+
with:
139+
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
140+
SSH_PASS: ${{ secrets.SSH_PASS }}
141+
135142
- name: "Provision environment"
136143
run: |
137144
if [[ "${{ inputs.kernel_modules }}" == "true" ]] && [[ "${{matrix.platforms.provider}}" =~ docker* ]] ; then

0 commit comments

Comments
 (0)