GitHub Actionsでテストが動かなくなっているのを修正 (#6088)
* CI test
* Add pg healthcheck
* postgres:10.8
* 試しにhealthcheckなしに
* postgres:10
* Revert "試しにhealthcheckなしに"
This reverts commit 4a7ba19ea9
.
* は?
* postgres:10.8-alpine
* postgres:10.11-alpine
* テスト用ブランチ指定を削除
This commit is contained in:
parent
7121bdef6b
commit
1528935008
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10-alpine
|
||||
image: postgres:10.11-alpine
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue