Skip to content

Commit

Permalink
Update postgres location
Browse files Browse the repository at this point in the history
  • Loading branch information
anorthall committed Nov 17, 2023
1 parent dba193a commit 9509d41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Django tests
runs-on: ubuntu-latest
env:
DATABASE_URL: postgres://postgres:postgres@postgres:5432/postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/postgres
PYTHONPATH: ${{ github.workspace }}
BASE_DIR: ${{ github.workspace }}/app
DJANGO_SETTINGS_MODULE: config.django.settings.development
Expand Down

0 comments on commit 9509d41

Please sign in to comment.