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 5055879 commit 9293a4eCopy full SHA for 9293a4e
.github/workflows/windows-build-and-test.yml
@@ -59,4 +59,4 @@ jobs:
59
shell: cmd
60
run: |
61
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
62
- cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp & &npm test"
+ cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp && ros2 run demo_nodes_cpp talker"
0 commit comments