File tree Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Expand file tree Collapse file tree 1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -4,25 +4,6 @@ on: [push, pull_request]
4
4
5
5
jobs :
6
6
point_cloud_transport_tutorial_ci :
7
- name : point_cloud_transport_tutorial CI
8
- runs-on : ubuntu-latest
9
- strategy :
10
- fail-fast : false
11
- matrix :
12
- include :
13
- - docker-image : " ubuntu:22.04"
14
- ros-distro : " rolling"
15
- container :
16
- image : ${{ matrix.docker-image }}
17
- steps :
18
- - name : Checkout
19
- uses : actions/checkout@v2
20
- - name : Build and Test
21
- run : .github/workflows/build-and-test.sh
22
- env :
23
- DOCKER_IMAGE : ${{ matrix.docker-image }}
24
- ROS_DISTRO : ${{ matrix.ros-distro }}
25
- point_cloud_transport_tutorial_humble_ci :
26
7
name : point_cloud_transport_tutorial CI
27
8
runs-on : ubuntu-latest
28
9
strategy :
35
16
image : ${{ matrix.docker-image }}
36
17
steps :
37
18
- name : Checkout
38
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v4
39
20
- name : Build and Test
40
21
run : .github/workflows/build-and-test.sh
41
22
env :
You can’t perform that action at this time.
0 commit comments