Skip to content

Solved test errors

Solved test errors #2

Workflow file for this run

name: jazzy-devel
on:
pull_request:
branches:
- jazzy-devel
push:
branches:
- jazzy-devel
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-24.04]
fail-fast: false
steps:
- name: Repo checkout
uses: actions/checkout@v2
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: jazzy
- name: build and test
uses: ros-tooling/[email protected]
with:
package-name: kobuki
target-ros2-distro: jazzy
vcs-repo-file-url: ${GITHUB_WORKSPACE}/thirdparty.repos
skip-test: true
colcon-defaults: |
{
"build": {
"packages-up-to": true
}
}