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 a94f2fe commit 28cb85eCopy full SHA for 28cb85e
.github/workflows/module_acceptance.yml
@@ -132,6 +132,13 @@ jobs:
132
bundle env
133
echo ::endgroup::
134
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
+
142
- name: "Provision environment"
143
run: |
144
if [[ "${{ inputs.kernel_modules }}" == "true" ]] && [[ "${{matrix.platforms.provider}}" =~ docker* ]] ; then
0 commit comments