HP-2530 | Include more information for profile's login methods #842
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: CI | |
on: | |
push: | |
branches: [main] | |
pull_request: | |
jobs: | |
common: | |
uses: City-of-Helsinki/.github/.github/workflows/ci-django-api.yml@main | |
secrets: inherit | |
with: | |
python-version: 3.11 | |
postgres-major-version: 13 | |
extra-commands: | | |
echo "Database sanitizer config" | |
python manage.py check_sanitizerconfig |