Skip to content

Commit 3b51f69

Browse files
committed
use bash
1 parent b43da7c commit 3b51f69

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/debian-packages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ jobs:
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: |

.github/workflows/ros-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
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

0 commit comments

Comments
 (0)