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 88d15f4 commit bb0b56eCopy full SHA for bb0b56e
.github/workflows/windows-build-and-test.yml
@@ -1,4 +1,3 @@
1
-
2
name: rclnodejs - Windows Build & Test
3
4
on:
@@ -61,4 +60,4 @@ jobs:
61
60
run: |
62
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\setup.bat"
63
cmd /c "if ${{ needs.identify-ros-distro.outputs.distro }}==foxy (set RMW_IMPLEMENTATION=rmw_cyclonedds_cpp&&npm test)"
64
- cmd /c "if NOT ${{ needs.identify-ros-distro.outputs.distro }}==foxy (npm test)"
+ cmd /c "if NOT ${{ needs.identify-ros-distro.outputs.distro }}==foxy if NOT ${{ needs.identify-ros-distro.outputs.distro }}==rolling (npm test)"
0 commit comments