Skip to content

modify GitHub workflow file and update badge URL #1

modify GitHub workflow file and update badge URL

modify GitHub workflow file and update badge URL #1

Workflow file for this run

name: main
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
humble-devel-ci:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
ros_distribution:
- humble
docker_image:
- ubuntu:jammy
include:
- docker_image: ${{ matrix.docker_image }}

Check failure on line 22 in .github/workflows/humble.yaml

View workflow run for this annotation

GitHub Actions / main

Invalid workflow file

The workflow is not valid. .github/workflows/humble.yaml (Line: 22, Col: 27): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.docker_image .github/workflows/humble.yaml (Line: 23, Col: 31): Unrecognized named-value: 'matrix'. Located at position 1 within expression: matrix.ros_distribution
ros_distribution: ${{ matrix.ros_distribution }}
ros_version: 2
#container:
# image: ${{ matrix.docker_image }}
steps:
- name: Setup ROS 2
uses: ros-tooling/[email protected]
with:
required-ros-distributions: ${{ matrix.ros_distribution }}
- name: Build and Test
uses: ros-tooling/[email protected]
with:
package-name: natnet_ros2
target-ros2-distro: ${{ matrix.ros_distribution }}
skip-tests: true
#- name: Setup directories
# run: mkdir -p ros_ws/src
#- name: checkout
# uses: actions/checkout@v3
# with:
# path: ros_ws/src