GitHub Actionsでテストが動かなくなっているのを修正 (#6088)

* CI test

* Add pg healthcheck

* postgres:10.8

* 試しにhealthcheckなしに

* postgres:10

* Revert "試しにhealthcheckなしに"

This reverts commit 4a7ba19ea9b93d54966f256f8f04090482b9005d.

* は?

* postgres:10.8-alpine

* postgres:10.11-alpine

* テスト用ブランチ指定を削除
This commit is contained in:
MeiMei 2020-02-26 07:57:24 +09:00 committed by GitHub
parent 7121bdef6b
commit 1528935008
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ jobs:
services:
postgres:
image: postgres:10-alpine
image: postgres:10.11-alpine
ports:
- 5432:5432
env: