Skip to content

Commit

Permalink
Update build_and_test_ubuntu22.04.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dmronga authored Sep 11, 2024
1 parent fa90dd4 commit 18ad3fb
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/build_and_test_ubuntu22.04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,13 @@ jobs:
git clone https://github.com/ARC-OPT/wbc.git
sh wbc/scripts/install.sh

mkdir -p ros_ws/src
cd ros_ws/src
git clone https://github.com/ARC-OPT/wbc_msgs.git
cd ..
rosdep install --from-paths src/wbc_msgs
colcon build
mkdir -p ros2_ws/src
cd ros2_ws
vcs import src --input https://raw.githubusercontent.com/ARC-OPT/wbc_ros/main/repos.yaml
rosdep install --from-paths src -i -r -y
colcon build --symlink-install
source install/setup.bash
cd src
git clone https://github.com/ARC-OPT/wbc_ros.git
cd ..
rosdep install --from-paths src/wbc_ros
colcon build

# Run all tests
- name: test
run: |
Expand Down

0 comments on commit 18ad3fb

Please sign in to comment.