Skip to content

Commit ee351b0

Browse files
committed
Changed service urls
1 parent b1ab0d2 commit ee351b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pull-request-develop.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ jobs:
9797
# needs: test
9898

9999
env:
100-
POSTGRES_URL: postgres
101-
REDIS_URL: redis
102-
DATABASE_URL: "postgresql://admin:password@postgres:5432/protokit?schema=public"
100+
POSTGRES_URL: localhost
101+
REDIS_URL: localhost
102+
DATABASE_URL: "postgresql://admin:password@localhost:5432/protokit?schema=public"
103103
REDIS_CI: true
104104

105105
services:

0 commit comments

Comments
 (0)