File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 8989 run : |
9090 source /opt/ros/${{ matrix.ros_distro }}/setup.bash
9191 apt-get update -qq && apt-get install -y build-essential python3-pip python3-bloom python3-rosdep git lsb-release devscripts debhelper fakeroot
92+ shell : bash
9293
9394 - name : Install Python dependencies
9495 run : |
@@ -107,6 +108,7 @@ jobs:
107108 source /opt/ros/${{ matrix.ros_distro }}/setup.bash
108109 colcon build --packages-up-to r2s_gw
109110 source install/setup.bash
111+ shell : bash
110112
111113 - name : Setup rosdep mappings
112114 run : |
Original file line number Diff line number Diff line change 4343 run : |
4444 source /opt/ros/${{ matrix.ros_distro }}/setup.bash
4545 apt-get update -qq && apt-get install -y build-essential python3-pip
46+ shell : bash
4647
4748 - name : Install Python dependencies
4849 run : |
@@ -59,11 +60,13 @@ jobs:
5960 source /opt/ros/${{ matrix.ros_distro }}/setup.bash
6061 echo "Building and testing on ROS2 ${{ matrix.ros_distro }}"
6162 colcon build --packages-up-to r2s_gw
63+ shell : bash
6264
6365 - name : Run tests
6466 run : |
6567 source /opt/ros/${{ matrix.ros_distro }}/setup.bash
6668 colcon test --event-handlers console_direct+ --return-code-on-test-failure --packages-up-to r2s_gw
69+ shell : bash
6770
6871 - name : Upload test results
6972 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments