Skip to content

Run tests

Run tests #63

Workflow file for this run

---

Check failure on line 1 in .github/workflows/ci.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/ci.yaml

Invalid workflow file

No steps defined in `steps` and no workflow called in `uses` for the following jobs: secrets
name: Run tests
on:
push:
branches: ['master']
pull_request:
jobs:
pytest:
uses: colcon/ci/.github/workflows/pytest.yaml@main
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}