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 88 name : A job to build ucvm_plotting
99 steps :
1010 - name : set UCVM_SRC_PATH
11- run : echo "UCVM_SRC_PATH=$RUNNER_WORKSPACE/ucvm" >> $GITHUB_ENV
11+ run : echo "UCVM_SRC_PATH=$RUNNER_WORKSPACE/ucvm_plotting/ ucvm" >> $GITHUB_ENV
1212 - name : set UCVM_INSTALL_PATH
13- run : echo "UCVM_INSTALL_PATH=$RUNNER_WORKSPACE/target" >> $GITHUB_ENV
13+ run : echo "UCVM_INSTALL_PATH=$RUNNER_WORKSPACE/ucvm_plotting/ target" >> $GITHUB_ENV
1414# ## build ucvm(main) first
1515 - id : get-ucvm
1616 uses : actions/checkout@v2
1717 with :
1818 repository : ' SCECcode/UCVM'
1919 ref : main
2020 path : ucvm
21- - name : Start SSH debug with tmate
22- uses : mxschmitt/action-tmate@v3
23- with :
24- limit-access-to-actor : true
25- - name : sleep to keep runner alive
26- run : sleep 3600
2721 - id : build-ucvm
2822 uses : ./ucvm/.github/actions/build-ucvm-action
2923 with :
3024 initiating-repo : ' cvmh'
3125 target-model : ' cvmh'
3226 target-branch : ' main'
27+ - name : Start SSH debug with tmate
28+ uses : mxschmitt/action-tmate@v3
29+ with :
30+ limit-access-to-actor : true
31+ - name : sleep to keep runner alive
32+ run : sleep 3600
3333 - name : get ucvm_plotting
3434 uses : actions/checkout@v2
3535 - name : set up path to ucvm_plotting
You can’t perform that action at this time.
0 commit comments