Skip to content

Commit

Permalink
Add DATABASE_URL env
Browse files Browse the repository at this point in the history
  • Loading branch information
anorthall committed Nov 17, 2023
1 parent 1b8e8ec commit 997a752
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ jobs:
name: Django tests
runs-on: ubuntu-latest
env:
DATABASE: postgres
SQL_ENGINE: django.contrib.gis.db.backends.postgis
SQL_USER: postgres
SQL_PASSWORD: postgres
SQL_DATABASE: postgres
SQL_HOST: localhost
SQL_PORT: 5432
PYTHONPATH: ${{ github.workspace }}
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
BASE_DIR: ${{ github.workspace }}/app
DJANGO_SETTINGS_MODULE: config.django.settings.development
IMGPROXY_KEY: tests
Expand Down

0 comments on commit 997a752

Please sign in to comment.