Skip to content

Commit

Permalink
Fix: Included DATABASE_URL at correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
lordsarcastic committed Jan 24, 2024
1 parent f77a22a commit e1b7051
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ jobs:
cp .env.ci .env
- name: Running Django migrations check to ensure that there are no migrations left to create
env:
DATABASE_URL: 'postgres://postgres:postgres@localhost:${{ job.services.postgres.ports[5432] }}/test?sslmode=disable'

run: |
pipenv run python manage.py makemigrations --check --dry-run
Expand Down

0 comments on commit e1b7051

Please sign in to comment.