Skip to content

Switch to the common CI workflow #2107

Switch to the common CI workflow

Switch to the common CI workflow #2107

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
common:
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main
secrets: inherit
with:
python-version: 3.9
postgres-major-version: 14
use-postgis: true
extra-commands: |
python manage.py spectacular --lang en --validate --fail-on-warn --api-version v1