Skip to content

Commit

Permalink
Update CI files for ros2-devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
David Conner committed Jun 28, 2023
1 parent 9a22383 commit 87abddf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/flexbe_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
test:
strategy:
matrix:
ros: [humble] #, iron, rolling]
ros: [humble, iron, rolling]
include:
- os: ubuntu-22.04
ros: humble
python: python3
ci_branch: ros2-devel
# - os: ubuntu-22.04
# ros: iron
# ci_branch: ros2-devel
# python: python3
# - os: ubuntu-22.04
# ros: rolling
# python: python3
# ci_branch: ros2-devel
- os: ubuntu-22.04
ros: iron
ci_branch: ros2-devel
python: python3
- os: ubuntu-22.04
ros: rolling
python: python3
ci_branch: ros2-devel

runs-on: ${{ matrix.os }}
env:
Expand Down

0 comments on commit 87abddf

Please sign in to comment.