We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09920cd commit 45a0f86Copy full SHA for 45a0f86
.github/workflows/windows-build-and-test.yml
@@ -57,3 +57,9 @@ jobs:
57
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
58
npm i
59
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