Skip to content

STASH

STASH #18

Workflow file for this run

---
name: Run tests
on: # yamllint disable-line rule:truthy
push:
branches: ['main', 'devel']
pull_request:
jobs:
canary:
uses: ./.github/workflows/pytest.yaml
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
# Choose rosdistro for a canary build. It has ros-infrastructure
# dependencies and installs scripts, so exercieses a fair amount of the
# CI action features.
repository: ros-infrastructure/rosdistro
# Use HEAD to find strategy.json file instead of the tip of
# ros-infrastructure/ci
setup-repository: ''
canary-catkin-pkg:
uses: ./.github/workflows/pytest.yaml
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
repository: ros-infrastructure/catkin_pkg
setup-repository: ''
canary-rospkg:
uses: ./.github/workflows/pytest.yaml
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
repository: ros-infrastructure/rospkg
setup-repository: ''
canary-rosinstall-generator:
uses: ./.github/workflows/pytest.yaml
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
repository: ros-infrastructure/rosinstall_generator
setup-repository: ''
canary-ros-buildfarm:
uses: ./.github/workflows/pytest.yaml
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
repository: ros-infrastructure/ros_buildfarm
setup-repository: ''
canary-rosdoc2:
uses: ./.github/workflows/pytest.yaml
with:
repository: ros-infrastructure/rosdoc2
setup-repository: ''
canary-superflore:
uses: ./.github/workflows/pytest.yaml
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
repository: ros-infrastructure/superflore
setup-repository: ''
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yamllint .