File tree Expand file tree Collapse file tree 1 file changed +12
-25
lines changed Expand file tree Collapse file tree 1 file changed +12
-25
lines changed Original file line number Diff line number Diff line change 6
6
jazzy_ci :
7
7
name : Jazzy
8
8
runs-on : ubuntu-24.04
9
- strategy :
10
- fail-fast : false
11
- container :
12
- image : osrf/ros2:testing
13
9
steps :
14
- - name : Checkout repo
15
- uses : actions/checkout@v4
16
- - name : Create Workspace
17
- run : |
18
- mkdir src_tmp
19
- mv `find -maxdepth 1 -not -name . -not -name src_tmp` src_tmp/
20
- mv src_tmp/ src/
21
- - name : Install Prerequisites
22
- run : |
23
- bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
24
- apt-get update && apt-get upgrade -y && rosdep update; \
25
- rosdep install --from-paths src --ignore-src -y'
26
- - name : Build Workspace
27
- run : |
28
- bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
29
- colcon build'
30
- - name : Run Tests
31
- run : |
32
- bash -c 'source /opt/ros/$ROS_DISTRO/setup.bash; \
33
- colcon test; \
34
- colcon test-result --verbose'
10
+
11
+ -
uses :
ros-tooling/[email protected]
12
+ with :
13
+ required-ros-distributions : jazzy
14
+ -
uses :
ros-tooling/[email protected]
15
+ id : action_ros_ci_step
16
+ with :
17
+ target-ros2-distro : jazzy
18
+ import-token : ${{ secrets.GITHUB_TOKEN }}
19
+ skip-tests : false
20
+ package-name :
21
+ robot_upstart
You can’t perform that action at this time.
0 commit comments