Skip to content

Test more distros

Test more distros #32

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'
jobs:
build-ros-prerelease:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ros industrial-ci
uses: './'
env:
ROS_DISTRO: jazzy
ROS_REPO: main
PRERELEASE: true
jobs:

Check failure on line 21 in .github/workflows/focus.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/focus.yml

Invalid workflow file

You have an error in your yaml syntax on line 21
prerelease::
strategy:
fail-fast: false
matrix:
ROS_DISTRO: [noetic, humble, jazzy]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: ros industrial-ci
uses: './'
env:
PRERELEASE: true