Skip to content

Commit

Permalink
CI: Only check OASIS_INSTALL_PREFIX when use_oasis=true
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Nov 1, 2024
1 parent 255084d commit 6eb8878
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ jobs:
path: ${{ env.PFUNIT_INSTALL_PREFIX }}
key: cache-${{ matrix.config.name }}-${{ env.PFUNIT_TAG }}

- name: Check OASIS_INSTALL_PREFIX
- if: matrix.config.use_oasis == 'True'
name: Check OASIS_INSTALL_PREFIX
run: |
echo "OASIS_INSTALL_PREFIX=${OASIS_INSTALL_PREFIX}"
tree ${OASIS_INSTALL_PREFIX}
Expand Down

0 comments on commit 6eb8878

Please sign in to comment.