We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52fb071 commit 6af3359Copy full SHA for 6af3359
.github/workflows/cmake_windows.yml
@@ -50,5 +50,5 @@ jobs:
50
51
- name: run test (Windows)
52
working-directory: ${{github.workspace}}/build
53
- run: ctest -C $BUILD_TYPE
+ run: $env:PATH+=";${{env.BUILD_TYPE}}"; tests/${{env.BUILD_TYPE}}/behaviortree_cpp_test.exe
54
0 commit comments