Skip to content

ci全体の結果を想定通りにするようにfail fastにします #43

ci全体の結果を想定通りにするようにfail fastにします

ci全体の結果を想定通りにするようにfail fastにします #43

name: industrial_ci
on:
push:
paths-ignore:
- 'docs/**'
- '**.md'
pull_request:
paths-ignore:
- 'docs/**'
- '**.md'
schedule:
- cron: "0 2 * * 0" # Weekly on Sundays at 02:00
jobs:
industrial_ci:
fail-fast: false

Check failure on line 17 in .github/workflows/industrial_ci.yaml

View workflow run for this annotation

GitHub Actions / industrial_ci

Invalid workflow file

The workflow is not valid. .github/workflows/industrial_ci.yaml (Line: 17, Col: 5): Unexpected value 'fail-fast'
strategy:
matrix:
env:
- { ROS_DISTRO: foxy, ROS_REPO: ros }
- { ROS_DISTRO: galactic, ROS_REPO: ros }
- { ROS_DISTRO: humble, ROS_REPO: ros }
- { ROS_DISTRO: jazzy, ROS_REPO: ros }
- { ROS_DISTRO: rolling, ROS_REPO: ros }
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: "ros-industrial/industrial_ci@master"
env: ${{ matrix.env }}