Removes index on SonyCiAsset.size field to fix SQLModel error; also p… #1105
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: chowda | |
lint: | |
name: 👕 Lint | |
uses: WGBH-MLA/.github/.github/workflows/lint.yml@main | |
black: | |
name: 🖤 Black | |
uses: WGBH-MLA/.github/.github/workflows/black.yml@main |