Skip to content

Commit

Permalink
Fix spack test stage..
Browse files Browse the repository at this point in the history
  • Loading branch information
Rutherford, Cameron committed Jun 20, 2024
1 parent 8df4fe0 commit 6b71cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spack_cpu_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
run: spack -e . install --no-check-signature

- name: Test Installation
run: cd `ls | grep spack-build | grep -v txt` && ctest -VV
run: cd $(spack -e . location --build-dir resolve@develop) && ctest -VV

# Push with force to override existing binaries...
- name: Push to binaries to buildcache
Expand Down

0 comments on commit 6b71cd5

Please sign in to comment.