Skip to content

🔨 Fixing failing CI. #18

🔨 Fixing failing CI.

🔨 Fixing failing CI. #18

name: Coveralls CI
on: [push, pull_request]
jobs:
industrial_ci:
strategy:
matrix:
env:
- {ROS_DISTRO: humble, ROS_REPO: main}
with:
working-directory: ./virtual_camera

Check failure on line 12 in .github/workflows/coveralls_ci_action.yml

View workflow run for this annotation

GitHub Actions / Coveralls CI

Invalid workflow file

The workflow is not valid. .github/workflows/coveralls_ci_action.yml (Line: 12, Col: 11): A mapping was not expected
runs-on: ubuntu-latest
container:
image: ros:humble-ros-base
steps:
- name: Build colcon tools
run: |
sudo apt-get update
sudo apt-get install -y python3-pip
pip install -U colcon-common-extensions
- name: Build your ROS 2 package
run: |
pwd
colcon build