Skip to content

Commit 9293a4e

Browse files
committed
Address comments
1 parent 5055879 commit 9293a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
shell: cmd
6060
run: |
6161
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
62-
cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp & &npm test"
62+
cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp && ros2 run demo_nodes_cpp talker"

0 commit comments

Comments
 (0)