mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ci: change postgres12 listen port (#521)
This commit is contained in:
@@ -87,7 +87,7 @@ jobs:
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: pass
|
||||
command: -p 5432
|
||||
command: -p 5433
|
||||
- image: entgo/gremlin-server
|
||||
entrypoint: /opt/gremlin-server/bin/gremlin-server.sh
|
||||
command: conf/gremlin-server.yaml
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
-wait tcp://localhost:3308
|
||||
-wait tcp://localhost:5430
|
||||
-wait tcp://localhost:5431
|
||||
-wait tcp://localhost:5432
|
||||
-wait tcp://localhost:5433
|
||||
-wait tcp://localhost:8182
|
||||
- *mktestdir
|
||||
- getmods
|
||||
|
||||
Reference in New Issue
Block a user