Skip to content

Update build_test.yml #14

Update build_test.yml

Update build_test.yml #14

Workflow file for this run

---
name: Jazzy build_test
on:
workflow_dispatch:
push:
branches:
- jazzy
pull_request:
branches:
- jazzy
jobs:
test_build_jazzy:
runs-on: ubuntu-latest
container:
image: osrf/ros:jazzy-desktop
steps:
- uses: ros-tooling/setup-ros@v0.7
with:
required-ros-distributions: jazzy
- uses: ros-tooling/action-ros-ci@v0.3
with:
target-ros2-distro: jazzy
skip-tests: false
rosdep-check: true
package-name: 'dual_laser_merger'