Skip to content

Commit

Permalink
ROS_DISTRO not defined in workspace?
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Aug 6, 2024
1 parent 4a084f3 commit 18e8380
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/basic-build-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
mv src_tmp/ src/
- name: Install Prerequisites
run: |
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
bash -c 'source /opt/ros/rolling/setup.bash; \
apt-get update && apt-get upgrade -y && rosdep update; \
rosdep install --from-paths src --ignore-src -y'
- name: Build Workspace
run: |
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
bash -c 'source /opt/ros/rolling/setup.bash; \
colcon build'
- name: Run Tests
run: |
bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
bash -c 'source /opt/ros/rolling/setup.bash; \
colcon test; \
colcon test-result --verbose'
build-rolling-testing:
Expand Down

0 comments on commit 18e8380

Please sign in to comment.