Skip to content

Commit e8a1d16

Browse files
author
meihuisu
committed
wip dbg
1 parent 5068f54 commit e8a1d16

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ucvm_plotting-ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,28 @@ jobs:
88
name: A job to build ucvm_plotting
99
steps:
1010
- name: set UCVM_SRC_PATH
11-
run: echo "UCVM_SRC_PATH=$RUNNER_WORKSPACE/plotting/ucvm" >> $GITHUB_ENV
11+
run: echo "UCVM_SRC_PATH=$RUNNER_WORKSPACE/ucvm" >> $GITHUB_ENV
1212
- name: set UCVM_INSTALL_PATH
13-
run: echo "UCVM_INSTALL_PATH=$RUNNER_WORKSPACE/plotting/target" >> $GITHUB_ENV
13+
run: echo "UCVM_INSTALL_PATH=$RUNNER_WORKSPACE/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-
- id: build-ucvm
22-
uses: ./ucvm/.github/actions/build-ucvm-action
23-
with:
24-
initiating-repo: 'cvmh'
25-
target-model: 'cvmh'
26-
target-branch: 'main'
2721
# - name: Start SSH debug with tmate
2822
# uses: mxschmitt/action-tmate@v3
2923
# with:
3024
# limit-access-to-actor: true
3125
# - name: sleep to keep runner alive
3226
# run: sleep 3600
27+
- id: build-ucvm
28+
uses: ./ucvm/.github/actions/build-ucvm-action
29+
with:
30+
initiating-repo: 'cvmh'
31+
target-model: 'cvmh'
32+
target-branch: 'main'
3333
- name: get ucvm_plotting
3434
uses: actions/checkout@v2
3535
- name: set up path to ucvm_plotting

0 commit comments

Comments
 (0)