Skip to content

Commit

Permalink
fix ros2 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthuino committed Jan 24, 2024
1 parent c48d983 commit a085798
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ROS2_Test_Workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ jobs:

- name: Build
run: |
cd ros2_ws
cd $WORKSPACE
source /opt/ros/$ROS_DISTRO/setup.bash
colcon build
shell: bash

- name: Run Tests
run: |
source /opt/ros/$ROS_DISTRO/setup.bash
cd ros2_ws
cd $WORKSPACE
colcon test
colcon test-result --all
shell: bash
Expand Down

0 comments on commit a085798

Please sign in to comment.