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 66d5907
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/focus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,17 @@ jobs:
ROS_DISTRO: jazzy
ROS_REPO: main
PRERELEASE: true

jobs:
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

0 comments on commit 66d5907

Please sign in to comment.