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 4ff254c commit 9c88115Copy full SHA for 9c88115
.github/workflows/windows-build-and-test.yml
@@ -63,4 +63,4 @@ jobs:
63
run: |
64
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
65
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
66
- npm test
+ cmd /c "set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test"
0 commit comments