Skip to content

Commit a3b3a06

Browse files
committed
Rebase
1 parent b03d32c commit a3b3a06

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
@@ -57,7 +57,6 @@ jobs:
5757
cd C:\dev
5858
pixi shell
5959
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
60-
ros2 run demo_nodes_py talker
6160
6261
- uses: actions/checkout@v4
6362

@@ -71,4 +70,4 @@ jobs:
7170
shell: cmd
7271
run: |
7372
call "c:\dev\${{ needs.identify-ros-distro.outputs.distro }}\ros2-windows\local_setup.bat"
74-
ros2 run demo_nodes_py talker
73+
npm test

0 commit comments

Comments
 (0)