We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 674dd72 commit d3566efCopy full SHA for d3566ef
1 file changed
.github/workflows/cvms5-ucvm-ci.yml
@@ -123,12 +123,12 @@ jobs:
123
- name: check on ucvm
124
run: (source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ucvm_query -H)
125
shell: bash
126
-# - name: Start SSH debug with tmate
127
-# uses: mxschmitt/action-tmate@v3
128
-# with:
129
-# limit-access-to-actor: true
130
-# - name: sleep to keep runner alive
131
-# run: sleep 3600
+ - name: Start SSH debug with tmate
+ uses: mxschmitt/action-tmate@v3
+ with:
+ limit-access-to-actor: true
+ - name: sleep to keep runner alive
+ run: sleep 3600
132
### check ucvm is still valid
133
- name: test cvms5 with ucvm
134
run: (cd $RUNNER_WORKSPACE/cvms5/ucvm/work/model/cvms5; source $UCVM_INSTALL_PATH/conf/ucvm_env.sh; ./.github/scripts/cvms5-test-ucvm.sh)
0 commit comments