Skip to content

Commit

Permalink
update workflow to match
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaellaude committed Jul 20, 2024
1 parent 83b0e0a commit 5e5c535
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/test-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
postgres:
image: postgis/postgis:16-3.4
env:
POSTGRES_SCHEME: postgresql+psycopg
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_SERVER: postgres
POSTGRES_PORT: 5432
DATABASE_URL: postgresql+psycopg://postgres:postgres@postgres:5432/postgres
ports:
- 5432:5432
options: >-
Expand Down Expand Up @@ -54,9 +49,4 @@ jobs:
PROJECT_NAME: Districtr v2 backend
BACKEND_CORS_ORIGINS: "http://localhost,http://localhost:5173"
SECRET_KEY: mysupersecretkey
POSTGRES_SCHEME: postgresql+psycopg
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
POSTGRES_SERVER: postgres
POSTGRES_PORT: 5432
DATABASE_URL: postgresql+psycopg://postgres:postgres@postgres:5432/postgres

0 comments on commit 5e5c535

Please sign in to comment.