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 2ba9782 commit 22b4fb8Copy full SHA for 22b4fb8
.github/workflows/windows-build-and-test.yml
@@ -72,4 +72,4 @@ jobs:
72
run: |
73
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
74
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
75
- npm test
+ cmd /c "set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test"
0 commit comments