diff --git a/.github/workflows/spack_cpu_build.yaml b/.github/workflows/spack_cpu_build.yaml index c89c9334b..9698d3810 100644 --- a/.github/workflows/spack_cpu_build.yaml +++ b/.github/workflows/spack_cpu_build.yaml @@ -131,7 +131,7 @@ jobs: run: spack -e . install --no-check-signature - name: Test Installation - run: eval `spack load --sh cmake` && cd `ls | grep spack-build | grep -v txt` && ctest -VV + run: cd `ls | grep spack-build | grep -v txt` && ctest -VV # Push with force to override existing binaries... - name: Push to binaries to buildcache