Skip to content

Commit

Permalink
fixup! Merge pull request #1305 from maykinmedia/issue/2621-A11y-sess…
Browse files Browse the repository at this point in the history
…iontime
  • Loading branch information
swrichards committed Jul 15, 2024
1 parent ebd5496 commit 55903c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ jobs:
python ./bin/flake8_summary.py "${{ steps.flake8.outputs.flake8_output }}" >> $GITHUB_STEP_SUMMARY
migrations:
name: Check for model changes not present in the migrations
name: Check for migration and fixture freshness
runs-on: ubuntu-latest

services:
postgres:
image: postgres:12
image: postgis/postgis:15-3.4
env:
POSTGRES_HOST_AUTH_METHOD: trust
ports:
Expand Down Expand Up @@ -123,9 +123,10 @@ jobs:
DB_PASSWORD: ''
- name: Verify that django-admin-index fixture is up-to-date
run: |
src/manage.py migrate
src/manage.py loaddata django-admin-index
env:
DJANGO_SETTINGS_MODULE: open_inwoner.conf.dev
DJANGO_SETTINGS_MODULE: open_inwoner.conf.ci
SECRET_KEY: dummy
DB_USER: postgres
DB_PASSWORD: ''
Expand Down

0 comments on commit 55903c9

Please sign in to comment.