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 8
8
name : A job to build ucvm_plotting
9
9
steps :
10
10
- 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
12
12
- 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
14
14
# ## build ucvm(main) first
15
15
- id : get-ucvm
16
16
uses : actions/checkout@v2
17
17
with :
18
18
repository : ' SCECcode/UCVM'
19
19
ref : main
20
20
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
27
21
- id : build-ucvm
28
22
uses : ./ucvm/.github/actions/build-ucvm-action
29
23
with :
30
24
initiating-repo : ' cvmh'
31
25
target-model : ' cvmh'
32
26
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
33
33
- name : get ucvm_plotting
34
34
uses : actions/checkout@v2
35
35
- name : set up path to ucvm_plotting
You can’t perform that action at this time.
0 commit comments