Skip to content

Commit b2e345b

Browse files
committed
test
1 parent cc1770a commit b2e345b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-win.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ jobs:
110110
run: |
111111
conda info
112112
conda list
113+
- name: Start SSH session
114+
if: env.RUN_BUILD == 'true'
115+
uses: luchihoratiu/debug-via-ssh@main
116+
with:
117+
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_AUTH_TOKEN }}
118+
SSH_PASS: ${{ secrets.SSH_PASS }}
113119
- name: Run manifest checks
114120
if: env.RUN_BUILD == 'true'
115121
shell: bash -l {0}

0 commit comments

Comments
 (0)