Skip to content

Commit

Permalink
[UR][Tests] Change the location of the devcloud-trest script
Browse files Browse the repository at this point in the history
  • Loading branch information
szadam committed Oct 24, 2023
1 parent 344b8f9 commit 91b19b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91b19b5

Please sign in to comment.