File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- name : ROS2 CI
1+ name : CI
22
33on : [push, pull_request]
44
55jobs :
6- rqt_robot_steering_ci :
7- name : rqt_robot_steering_transport CI
8- runs-on : ubuntu-latest
6+ rqt_robot_steering :
97 strategy :
10- fail-fast : false
118 matrix :
12- include :
13- - docker-image : " ubuntu:24.04"
14- ros-distro : " rolling"
15- container :
16- image : ${{ matrix.docker-image }}
17- steps :
18- - name : Checkout
19- uses : actions/checkout@v4
20- - name : Build and Test
21- run : .github/workflows/build-and-test.sh
229 env :
23- DOCKER_IMAGE : ${{ matrix.docker-image }}
24- ROS_DISTRO : ${{ matrix.ros-distro }}
10+ - {ROS_DISTRO: rolling, ROS_REPO: testing}
11+ - {ROS_DISTRO: rolling, ROS_REPO: main}
12+ runs-on : ubuntu-latest
13+ steps :
14+ - uses : actions/checkout@v4
15+ - uses : ' ros-industrial/industrial_ci@master'
16+ env : ${{matrix.env}}
You can’t perform that action at this time.
0 commit comments