Skip to content

Merge branch 'main' into black #6

Merge branch 'main' into black

Merge branch 'main' into black #6

Workflow file for this run

name: πŸ§ͺ Integration Tests
on: [push, pull_request, workflow_dispatch]
jobs:
tests:
name: βš—οΈ Application Tests
uses: WGBH-MLA/.github/.github/workflows/pytest-with-postgres.yml@main
secrets: inherit
with:
pdm_args: -G test,ci
pytest_args: -n auto --nbmake -ra -s
pg_db: ov-test
lint:
name: πŸ‘• Lint
uses: WGBH-MLA/.github/.github/workflows/lint.yml@main
black:
name: πŸ–€ Black
uses: WGBH-MLA/.github/.github/workflows/black.yml@main