Skip to content

Jazzy updates

Jazzy updates #787

Workflow file for this run

name: Testing
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build_and_test:
name: build_and_test
runs-on: ubuntu-22.04
steps:
- name: Set Ignition Version
run: |
echo "IGNITION_VERSION=edifice" >> $GITHUB_ENV
- uses: actions/[email protected]
- uses: ros-tooling/[email protected]
with:
required-ros-distributions: humble
- uses: ros-tooling/[email protected]
id: action_ros_ci_step
with:
target-ros2-distro: humble
import-token: ${{ secrets.REPO_TOKEN }}