Skip to content

Commit

Permalink
Added DATABASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Oct 9, 2023
1 parent 74fc030 commit 8ed80c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/blockscout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ jobs:
options: --user root
needs: build-and-cache
env:
DATABASE_USER: postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/explorer_test
services:
postgres:
image: postgres
Expand Down Expand Up @@ -521,7 +521,7 @@ jobs:
options: --user root
needs: build-and-cache
env:
DATABASE_USER: postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/explorer_test
services:
postgres:
image: postgres
Expand Down Expand Up @@ -594,7 +594,7 @@ jobs:
options: --user root
needs: build-and-cache
env:
DATABASE_USER: postgres
DATABASE_URL: postgres://postgres:postgres@localhost:5432/explorer_test
services:
redis_db:
image: 'redis:alpine'
Expand Down

0 comments on commit 8ed80c3

Please sign in to comment.