Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
rgreinho committed Dec 17, 2024
1 parent 75a7a7d commit 0c97aad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
- reopened

env:
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/postgres"
TEST_TAG: test/brokenspoke-analyzer:test
TEST_COUNTRY: "united states"
TEST_STATE: "new mexico"
Expand All @@ -19,6 +18,9 @@ jobs:
integration:
runs-on: ubuntu-latest

env:
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/postgres"

services:
postgres:
image: ghcr.io/peopleforbikes/docker-postgis-bna:17-3.4-1
Expand Down Expand Up @@ -69,6 +71,9 @@ jobs:
docker-integration:
runs-on: ubuntu-latest

env:
DATABASE_URL: "postgresql://postgres:postgres@postgres:5432/postgres"

services:
postgres:
image: ghcr.io/peopleforbikes/docker-postgis-bna:17-3.4-1
Expand Down

0 comments on commit 0c97aad

Please sign in to comment.