Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez committed Dec 11, 2024
1 parent 254e72f commit fb42f09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/perlmutter-no-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
with:
name: "${{ github.job }}"
path: |
build
install
${{ github.workspace }}/build
${{ github.workspace }}/install
parallel-pdc:
needs:
Expand All @@ -55,7 +55,7 @@ jobs:
- uses: actions/download-artifact@v4.1.0
- run: |
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
cd install
cd ${{ github.workspace }}/install
ctest -L parallel_pdc
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}
Expand All @@ -76,7 +76,7 @@ jobs:
- uses: actions/download-artifact@v4.1.0
- run: |
export LD_LIBRARY_PATH="$MERCURY_DIR/lib:$LD_LIBRARY_PATH"
cd install
cd ${{ github.workspace }}/install
ctest -L parallel_obj
rm -rf ${PDC_TMPDIR} ${PDC_DATA_LOC}

0 comments on commit fb42f09

Please sign in to comment.