Skip to content

Commit cebf8ca

Browse files
committed
update CI
1 parent 880588d commit cebf8ca

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/perlmutter-no-cache.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- uses: actions/[email protected]
3535
if: success()
3636
with:
37+
name: "no-cache"
3738
path: |
3839
${{ github.workspace }}/build
3940
${{ github.workspace }}/install
@@ -54,7 +55,7 @@ jobs:
5455
- uses: actions/[email protected]
5556
- run: |
5657
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
57-
cd ${{ github.workspace }}/install
58+
cd ${{ github.workspace }}/no-cache/build
5859
ctest -L parallel_pdc
5960
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
6061
@@ -75,7 +76,7 @@ jobs:
7576
- uses: actions/[email protected]
7677
- run: |
7778
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
78-
cd ${{ github.workspace }}/install
79+
cd ${{ github.workspace }}/no-cache/build
7980
ctest -L parallel_obj
8081
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
8182

0 commit comments

Comments
 (0)