Skip to content

Commit

Permalink
Run CI in container
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa committed Apr 28, 2024
1 parent 3b24e06 commit f2a110a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-jazzy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ on:

jobs:
harmonic_ci:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
container:
image: ros:jazzy
strategy:
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
Expand Down
8 changes: 3 additions & 5 deletions .github/workflows/ci-rolling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ on:

jobs:
harmonic_ci:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
container:
image: ros:rolling
strategy:
matrix:
ROS_REPO: [testing, main]
steps:
- name: Setup ROS environment
uses: ros-tooling/[email protected]
with:
use-ros2-testing: ${{ matrix.ROS_REPO == 'testing' }}
- name: Run ROS CI
uses: ros-tooling/[email protected]
with:
Expand Down

0 comments on commit f2a110a

Please sign in to comment.