Skip to content

Commit 6af3359

Browse files
authored
fix: Update how unit tests are executed in the github workflow so they are actually run on windows (#647)
1 parent 52fb071 commit 6af3359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,5 @@ jobs:
5050

5151
- name: run test (Windows)
5252
working-directory: ${{github.workspace}}/build
53-
run: ctest -C $BUILD_TYPE
53+
run: $env:PATH+=";${{env.BUILD_TYPE}}"; tests/${{env.BUILD_TYPE}}/behaviortree_cpp_test.exe
5454

0 commit comments

Comments
 (0)