Skip to content

Commit 4deedaa

Browse files
author
meihuisu
committed
Merge branch 'main' of github.com:SCECcode/cvmhbn
2 parents 14f553a + 772d3a1 commit 4deedaa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/cvmhsmbn-ucvm-ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ jobs:
143143
- name: test cvmhsmbn with ucvm
144144
run: (cd $RUNNER_WORKSPACE/cvmhbn/ucvm/work/model/cvmhbn; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/cvmhbn-test-ucvm.sh svmhsmbn)
145145
shell: bash
146-
# - name: Start SSH via Ngrok
147-
# if: ${{ failure() }}
148-
# uses: luchihoratiu/debug-via-ssh@main
149-
# with:
150-
# NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN }}
151-
# NGROK_TIMEOUT: 3000
152-
# SSH_PASS: ${{ secrets.NGROK_SECRET }}
146+
- name: Start SSH via Ngrok
147+
if: ${{ success() }}
148+
uses: luchihoratiu/debug-via-ssh@main
149+
with:
150+
NGROK_AUTH_TOKEN: ${{ secrets.NGROK_TOKEN }}
151+
NGROK_TIMEOUT: 3000
152+
SSH_PASS: ${{ secrets.NGROK_SECRET }}
153153
- name: test cvmhsmbn under ucvm
154154
run: (cd $RUNNER_WORKSPACE/cvmhbn/ucvm; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/ucvm-test.sh)
155155
shell: bash

0 commit comments

Comments
 (0)