Skip to content

Update README.md

Update README.md #21

Workflow file for this run

name: humble
on:
pull_request:
branches:
- humble
push:
branches:
- humble
jobs:
build-and-test:
runs-on: ${{ matrix.os }}
container:
image: osrf/ros:humble-desktop
strategy:
matrix:
os: [ubuntu-22.04]
fail-fast: false
steps:
- name: Install deps
run: sudo apt-get update && sudo apt-get install -y wget python3-vcstool python3-colcon-coveragepy-result
- name: build and test
uses: ros-tooling/action-ros-ci@0.2.6
with:
package-name: tiago_simulator
target-ros2-distro: humble
vcs-repo-file-url: ""
colcon-defaults: |
{
"test": {
"parallel-workers" : 1
}
}