Skip to content

Test more distros

Test more distros #33

Workflow file for this run

name: CI
on:
push:
paths-ignore:
- '**/*.md'
- 'doc/*.rst'
jobs:
prerelease::

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

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/focus.yml (Line: 10, Col: 3): The identifier 'prerelease:' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
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