Skip to content

Commit

Permalink
Switch to ros-infrastructure centralized CI (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottsay authored May 3, 2024
1 parent aab3bf5 commit 7e2b148
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 29 deletions.
42 changes: 15 additions & 27 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,33 +1,21 @@
name: rosdistro-ci
---
name: Run tests

on:
on: # yamllint disable-line rule:truthy
push:
branches: [master]
branches: ['master']
pull_request:

jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python: ['3.7', '3.8', '3.9', '3.10']
include:
- os: ubuntu-18.04
python: '2.7'
- os: ubuntu-18.04
python: '3.6'
name: rosdistro tests
runs-on: ${{matrix.os}}

pytest:
uses: ros-infrastructure/ci/.github/workflows/pytest.yaml@main
with:
matrix-filter: del(.matrix.os[] | select(contains("windows")))
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{matrix.python}}
uses: actions/setup-python@v2
with:
python-version: ${{matrix.python}}
- name: Install dependencies
run: |
python -m pip install -U -e .[test] pytest-cov -c constraints.txt
- name: Run tests
run: |
python -m pytest test --cov
- uses: actions/checkout@v4
- run: >-
yamllint .
-f github
-d '{extends: default, ignore: [test/files/foo/*.yaml]}'
2 changes: 0 additions & 2 deletions constraints.txt

This file was deleted.

0 comments on commit 7e2b148

Please sign in to comment.