Moved rmf_demos to use ros_gz_bridge instead of ros_ign_bridge #998
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build | |
on: | |
pull_request: | |
schedule: | |
- cron: '0 0 * * *' | |
workflow_dispatch: | |
jobs: | |
build_and_test: | |
name: rmf_demos | |
uses: open-rmf/rmf_ci_templates/.github/workflows/reusable_build.yaml@main | |
with: | |
packages: | | |
rmf_demos | |
rmf_demos_assets | |
rmf_demos_bridges | |
rmf_demos_dashboard_resources | |
rmf_demos_fleet_adapter | |
rmf_demos_gz | |
rmf_demos_gz_classic | |
rmf_demos_maps | |
rmf_demos_panel | |
rmf_demos_tasks | |
dist-matrix: '[{"ros_distribution": "rolling", "ubuntu_distribution": "jammy"}]' |