Skip to content

Switch to workflow_call for GitHub Actions CI #426

Switch to workflow_call for GitHub Actions CI

Switch to workflow_call for GitHub Actions CI #426

Workflow file for this run

name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@cottsay/strategy-reference
with:
codecov: true
bootstrap:
uses: ./.github/workflows/bootstrap.yaml