Skip to content

Commit

Permalink
Attempt to fix github action not finding testdata 2
Browse files Browse the repository at this point in the history
  • Loading branch information
cscjlan committed Aug 28, 2024
1 parent 7ad366f commit 7237edf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake_single_platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
working-directory: ${{github.workspace}}
run: >
ctest
--test-dir ${{github.workspace}}/build/${{env.BUILD_TYPE}}
--test-dir ${{github.workspace}}/build/
-C ${{env.BUILD_TYPE}}
--output-on-failure

0 comments on commit 7237edf

Please sign in to comment.