Skip to content

Commit 9b74a6f

Browse files
committed
Fix issue
1 parent 777656b commit 9b74a6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,9 @@ jobs:
5757
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
5858
npm i
5959
npm test
60+
61+
- name: Test rclnodejs
62+
shell: cmd
63+
run: |
64+
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
65+
npm test

0 commit comments

Comments
 (0)