File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments