Skip to content

Commit 38ee225

Browse files
committed
test
1 parent b2e345b commit 38ee225

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test-win.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,9 @@ jobs:
110110
run: |
111111
conda info
112112
conda list
113-
- name: Start SSH session
113+
- name: Setup tmate session
114114
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 }}
115+
uses: mxschmitt/action-tmate@v3
119116
- name: Run manifest checks
120117
if: env.RUN_BUILD == 'true'
121118
shell: bash -l {0}

0 commit comments

Comments
 (0)