GitHub Actions のテストで postgres がコケてるのを修正 (#6089)

* github actionsのfail原因調査用

* fix

* fix

* fux

* remove tihs branch from CI target

* ログ表示削除

* fix
This commit is contained in:
rinsuki 2020-02-27 10:08:31 +09:00 committed by GitHub
parent 969cd16638
commit d425c72134
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,11 +16,12 @@ jobs:
services: services:
postgres: postgres:
image: postgres:10.11-alpine image: postgres:10-alpine
ports: ports:
- 5432:5432 - 5432:5432
env: env:
POSTGRES_DB: test-misskey POSTGRES_DB: test-misskey
POSTGRES_HOST_AUTH_METHOD: trust
redis: redis:
image: redis:alpine image: redis:alpine
ports: ports: