Skip to content

Switch to the common CI workflow #1

Switch to the common CI workflow

Switch to the common CI workflow #1

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@reusable_workflow
secrets: inherit
with:
python-version: 3.9
postgres-major-version: 14
use-postgis: true