Skip to content

Commit 8588d14

Browse files
committed
Address comments
1 parent 9c88115 commit 8588d14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,5 @@ jobs:
6161
- name: Test rclnodejs
6262
shell: cmd
6363
run: |
64-
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
6564
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
66-
cmd /c "set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test"
65+
cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&&npm test"

0 commit comments

Comments
 (0)