Use ament cmake tests via colcon #83
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: CI-Humble | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- humble | |
pull_request: | |
branches: | |
- humble | |
env: | |
ROS_DISTRO: humble | |
jobs: | |
industrial_ci: | |
runs-on: ubuntu-20.04 | |
strategy: | |
matrix: | |
ROS_REPO: [testing, main] | |
env: | |
ROS_REPO: ${{ matrix.ROS_REPO }} | |
steps: | |
- name: Checkout repo | |
uses: actions/checkout@v1 | |
- name: Source tests | |
uses: "ros-industrial/industrial_ci@master" | |
env: | |
UPSTREAM_WORKSPACE: "github:LeoRover/leo_common-ros2#humble" | |
PYLINT_CHECK: true | |
PYLINT_ARGS: "--rcfile=src/leo_robot-ros2/.pylintrc" |