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:
parent
7121bdef6b
commit
1528935008
1 changed files with 1 additions and 1 deletions
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10-alpine
|
||||
image: postgres:10.11-alpine
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue