mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
ci: add postgres13 to circleci (#962)
This commit is contained in:
@@ -88,6 +88,11 @@ jobs:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: pass
|
||||
command: -p 5433
|
||||
- image: circleci/postgres:13.1
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: pass
|
||||
command: -p 5434
|
||||
- image: entgo/gremlin-server
|
||||
entrypoint: /opt/gremlin-server/bin/gremlin-server.sh
|
||||
command: conf/gremlin-server.yaml
|
||||
|
||||
Reference in New Issue
Block a user