Skip to content

Commit 8d029b7

Browse files
authored
Fix run configuration in CI workflow
1 parent de9cc27 commit 8d029b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-single-platform.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131

3232
- name: Test
3333
working-directory: ${{github.workspace}}/build/bin
34-
run: moose_tests
34+
run: ./moose_tests

0 commit comments

Comments
 (0)