Skip to content

Commit

Permalink
ci: fixed fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Jun 1, 2024
1 parent 0704e91 commit 2a511b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ros2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
name: Build on ros2 ${{ matrix.ros_distro }} and ${{ matrix.docker_image }}
runs-on: ubuntu-latest
fail-fast: false
strategy:
matrix:
ros_distro: [humble, iron, jazzy]
Expand All @@ -30,13 +29,13 @@ jobs:
docker_image: ubuntu:jammy
- ros_distro: 'jazzy'
docker_image: ubuntu:noble
fail-fast: false
container:
image: ${{ matrix.docker_image }}
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros_distro }}

- uses: ros-tooling/action-ros-ci@v0.3
with:
package-name: rtabmap_ros
Expand Down

0 comments on commit 2a511b2

Please sign in to comment.