Skip to content

Fixes pytest args, lint errors #99

Fixes pytest args, lint errors

Fixes pytest args, lint errors #99

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.yml@main
secrets: inherit
with:
pdm_args: -G test
pytest_args: -v
lint:
name: πŸ‘• Lint
uses: WGBH-MLA/.github/.github/workflows/lint.yml@main
black:
name: πŸ–€ Black
uses: WGBH-MLA/.github/.github/workflows/black.yml@main