Skip to content

Commit

Permalink
Test more distros
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Aug 4, 2024
1 parent d04e561 commit b1f3042
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/focus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ on:
- 'doc/*.rst'

jobs:
build-ros-prerelease:
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:
ROS_DISTRO: jazzy
ROS_REPO: main
PRERELEASE: true

0 comments on commit b1f3042

Please sign in to comment.