Browse Source

update tests.yml

pull/304/head
yedf2 4 years ago
parent
commit
02dbc320c6
  1. 11
      .github/workflows/tests.yml

11
.github/workflows/tests.yml

@ -28,6 +28,17 @@ jobs:
- /etc/timezone:/etc/timezone:ro
ports:
- 6379:6379
postgres:
image: 'postgres:13'
command: postgres --max_prepared_transactions=1000
volumes:
- /etc/localtime:/etc/localtime:ro
- /etc/timezone:/etc/timezone:ro
environment:
POSTGRES_PASSWORD: mysecretpassword
POSTGRES_DB: dtm
ports:
- '5432:5432'
mongo:
image: 'yedf/mongo-rs'
volumes:

Loading…
Cancel
Save