Skip to content

Commit 719275a

Browse files
committed
Fix issue
1 parent 9b74a6f commit 719275a

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
@@ -56,10 +56,9 @@ jobs:
5656
run: |
5757
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
5858
npm i
59-
npm test
6059
6160
- name: Test rclnodejs
6261
shell: cmd
6362
run: |
6463
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
65-
npm test
64+
ros2 run demo_nodes_py talker

0 commit comments

Comments
 (0)