Skip to content

[ci] Included iron and enabled fail-fast #6

[ci] Included iron and enabled fail-fast

[ci] Included iron and enabled fail-fast #6

Workflow file for this run

name: ROS
on: [push, pull_request]
jobs:
CI:
strategy:
matrix:
fail-fast: false

Check failure on line 8 in .github/workflows/ros-ci.yml

View workflow run for this annotation

GitHub Actions / ROS

Invalid workflow file

The workflow is not valid. .github/workflows/ros-ci.yml (Line: 8, Col: 20): Unexpected value 'false'
env:
- {name: "(noetic)", ROS_DISTRO: noetic, PRERELEASE: true}
- {name: "(humble)", ROS_DISTRO: humble}
- {name: "(rolling)", ROS_DISTRO: rolling}
- {name: "(iros)", ROS_DISTRO: iron}
- {name: "(noetic, Debug)", ROS_DISTRO: noetic, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
- {name: "(humble, Debug)", ROS_DISTRO: humble, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
- {name: "(rolling, Debug)", ROS_DISTRO: rolling, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
- {name: "(iros, Debug)", ROS_DISTRO: iron, CMAKE_ARGS: "-DCMAKE_BUILD_TYPE=Debug"}
name: ${{ matrix.env.name }}
env:
UPSTREAM_WORKSPACE: dependencies.rosinstall
CTEST_OUTPUT_ON_FAILURE: 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: 'ros-industrial/industrial_ci@master'
env: ${{ matrix.env }}