Skip to content

Commit 953fa62

Browse files
committed
update CI
1 parent 20300d0 commit 953fa62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
MERCURY_DIR: "/global/cfs/cdirs/${{ secrets.NERSC_PERLMUTTER_PROJECT }}/pdc-perlmutter/mercury/install"
1818

1919
jobs:
20-
build:
20+
no-cache:
2121
runs-on:
2222
- self-hosted
2323
- perlmutter
@@ -62,7 +62,7 @@ jobs:
6262
${{ github.workspace }}/${{ github.run_id }}
6363
- run: |
6464
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
65-
cd ${PDC_BUILD_PATH}/no-cache
65+
cd ${PDC_BUILD_PATH}/no-cache/build
6666
ctest -L parallel_pdc
6767
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
6868

0 commit comments

Comments
 (0)