Switch to the common CI workflow #2107
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: 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 |