Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
apgeorg authored Nov 15, 2023
1 parent c56895b commit 3aff577
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@
name: Build
on:
push:
branches: [ "foxy" ]
branches: [ "humble" ]
pull_request:
branches: [ "foxy" ]
branches: [ "humble" ]
permissions:
contents: read

jobs:
build_and_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Setup ROS environment
uses: ros-tooling/setup-ros@0.4.1
with:
use-ros2-testing: true
install-connext: false
required-ros-distributions: foxy
required-ros-distributions: humble
- name: Checkout repository
uses: actions/checkout@v3
with:
ref: foxy
ref: humble
path: dev_ws/src/etsi_its_msgs
- name: Build
run: |
source /opt/ros/foxy/setup.bash
source /opt/ros/humble/setup.bash
colcon build

0 comments on commit 3aff577

Please sign in to comment.