Skip to content

Commit

Permalink
Merge branch 'ros2-devel' into bugfix/missing_millisecons_in_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
danthony06 authored Sep 27, 2024
2 parents 6beb7e8 + fbf46f0 commit 6925f40
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/industrial_ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Industrial CI
name: CI

on: [push, pull_request]

Expand All @@ -7,11 +7,16 @@ jobs:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: testing}
- {ROS_DISTRO: humble, ROS_REPO: main}
- {ROS_DISTRO: iron, ROS_REPO: testing}
- {ROS_DISTRO: iron, ROS_REPO: main}
- {ROS_DISTRO: jazzy, ROS_REPO: testing}
- {ROS_DISTRO: jazzy, ROS_REPO: main}
- {ROS_DISTRO: rolling, ROS_REPO: testing}
- {ROS_DISTRO: rolling, ROS_REPO: main}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ros-industrial/industrial_ci@master
env: ${{ matrix.env }}
- uses: 'swri-robotics/industrial_ci@break_system_packages'
env: ${{matrix.env}}

0 comments on commit 6925f40

Please sign in to comment.