File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -141,15 +141,15 @@ jobs:
141141 run : (cd $RUNNER_WORKSPACE/cvmhbn/ucvm/work/model/cvmhbn; ./.github/scripts/cvmhbn-test-standalone.sh cvmhsmbn)
142142 shell : bash
143143 - name : test cvmhsmbn with ucvm
144- run : (cd $RUNNER_WORKSPACE/cvmhbn/ucvm/work/model/cvmhbn; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/cvmhbn-test-ucvm.sh svmhsmbn )
144+ run : (cd $RUNNER_WORKSPACE/cvmhbn/ucvm/work/model/cvmhbn; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/cvmhbn-test-ucvm.sh cvmhsmbn )
145145 shell : bash
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 }}
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