Skip to content

Commit

Permalink
Another attempt at running the test executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
sreiter authored Jul 21, 2024
1 parent 8d029b7 commit a600ac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
run: cmake --build ${{github.workspace}}/build

- name: Test
working-directory: ${{github.workspace}}/build/bin
run: ./moose_tests
run: ls && ./moose_tests

0 comments on commit a600ac9

Please sign in to comment.