Skip to content

CI (jazzy)

CI (jazzy) #9

Workflow file for this run

name: CI (jazzy)
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '0 0 * * 0'
jobs:
build:
runs-on: ubuntu-latest
container:
image: ubuntu:noble
steps:
- uses: actions/checkout@v4
- uses: ros-tooling/setup-ros@v0.7
with:
use-ros2-testing: true
- name: Print ls and pwd
run: |
ls
pwd
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: jazzy
vcs-repo-file-url: ./forcedimension_ros2.repos