Skip to content

Rate limit retry: initial logic #366

Rate limit retry: initial logic

Rate limit retry: initial logic #366

Workflow file for this run

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