Skip to content

Commit 9c88115

Browse files
committed
Address comments
1 parent 4ff254c commit 9c88115

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
@@ -63,4 +63,4 @@ jobs:
6363
run: |
6464
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
6565
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
66-
npm test
66+
cmd /c "set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test"

0 commit comments

Comments
 (0)