Skip to content

Fix conda package_contents test: use files instead of lib glob #11

Fix conda package_contents test: use files instead of lib glob

Fix conda package_contents test: use files instead of lib glob #11

Workflow file for this run

name: "ROS: Kilted"
on:
push:
branches: [development, main]
pull_request:
branches: [development, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-and-test:
uses: ./.github/workflows/_ros.yaml
with:
ros_distro: kilted
container: rostooling/setup-ros-docker:ubuntu-noble-ros-kilted-ros-base-latest
runner: ubuntu-24.04