Skip to content

Commit 7f2455d

Browse files
authored
Fixed CI (#14)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent f376655 commit 7f2455d

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/ros2-ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@ on: [push, pull_request]
44

55
jobs:
66
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:
267
name: point_cloud_transport_tutorial CI
278
runs-on: ubuntu-latest
289
strategy:
@@ -35,7 +16,7 @@ jobs:
3516
image: ${{ matrix.docker-image }}
3617
steps:
3718
- name: Checkout
38-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
3920
- name: Build and Test
4021
run: .github/workflows/build-and-test.sh
4122
env:

0 commit comments

Comments
 (0)