Skip to content

Use gz vendor packages and update to Harmonic #54

Use gz vendor packages and update to Harmonic

Use gz vendor packages and update to Harmonic #54

Workflow file for this run

name: gh-ci
on:
pull_request
jobs:
test_sdformat_urdf:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- ros-distro: ["rolling"]
docker-image: "ubuntu:24.04"
container:
image: ${{ matrix.docker-image }}
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: ${{ matrix.ros-distro }}
- name: Build and test all packages
uses: ros-tooling/action-ros-ci@v0.2
with:
target-ros2-distro: ${{ matrix.ros-distro }}