diff --git a/scripts/devcloud-test.sh b/.github/scripts/devcloud-test.sh similarity index 100% rename from scripts/devcloud-test.sh rename to .github/scripts/devcloud-test.sh diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 85d6e14fe3..d49ae7c760 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -285,7 +285,7 @@ jobs: - name: Execute CTS run: > - srun -p pvc-shared scripts/devcloud-test.sh ${{github.workspace}} ${{matrix.compiler.c}} ${{matrix.compiler.cxx}} ${{matrix.build_type}} ${{matrix.adapter.name}} ${{matrix.adapter.triplet}} + srun -p pvc-shared .github/scripts/devcloud-test.sh ${{github.workspace}} ${{matrix.compiler.c}} ${{matrix.compiler.cxx}} ${{matrix.build_type}} ${{matrix.adapter.name}} ${{matrix.adapter.triplet}} windows-build: name: Build - Windows