Skip to content

Commit 52b522a

Browse files
committed
Address comments
1 parent 22b4fb8 commit 52b522a

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
@@ -70,6 +70,5 @@ jobs:
7070
- name: Test rclnodejs
7171
shell: cmd
7272
run: |
73-
set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
7473
call "c:\dev\${{ matrix.ros_distribution }}\ros2-windows\setup.bat"
75-
cmd /c "set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test"
74+
cmd /c "set RMW_IMPLEMENTATION=rmw_fastrtps_cpp&&npm test"

0 commit comments

Comments
 (0)