Skip to content

💽 postgresql:// in all environments #468

💽 postgresql:// in all environments

💽 postgresql:// in all environments #468

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

Check failure on line 8 in .github/workflows/CI.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/CI.yml

Invalid workflow file

error parsing called workflow ".github/workflows/CI.yml" -> "WGBH-MLA/.github/.github/workflows/pytest-with-postgres.yml@main" : failed to fetch workflow: workflow was not found.
secrets: inherit
with:
pdm_args: -G test,ci
pytest_args: -n auto --nbmake
lint:
name: 👕 Lint
uses: WGBH-MLA/.github/.github/workflows/lint.yml@main
black:
name: 🖤 Black
uses: WGBH-MLA/.github/.github/workflows/black.yml@main