Skip to content

Commit 301e075

Browse files
committed
adjusting placement
1 parent 28cb85e commit 301e075

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/module_acceptance.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ 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-
142135
- name: "Provision environment"
143136
run: |
144137
if [[ "${{ inputs.kernel_modules }}" == "true" ]] && [[ "${{matrix.platforms.provider}}" =~ docker* ]] ; then
@@ -151,6 +144,15 @@ jobs:
151144
FILE='spec/fixtures/litmus_inventory.yaml'
152145
sed -e 's/password: .*/password: "[redacted]"/' < $FILE || true
153146
147+
148+
149+
# Debugging via NGROK ssh tunnel. To be removed, do not merge.
150+
- name: Start SSH session
151+
uses: luchihoratiu/debug-via-ssh@main
152+
with:
153+
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
154+
SSH_PASS: ${{ secrets.SSH_PASS }}
155+
154156
- name: "Install Puppet agent"
155157
run: |
156158
if [[ "${{ matrix.collection.version }}" ]] ; then

0 commit comments

Comments
 (0)