Skip to content

Commit 22b4fb8

Browse files
committed
Address comments
1 parent 2ba9782 commit 22b4fb8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ jobs:
7272
run: |
7373
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
7474
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
75-
npm test
75+
cmd /c "set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test"

0 commit comments

Comments
 (0)