mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-28 12:20:21 +01:00
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
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:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
image: postgres:10-alpine
|
image: postgres:10.11-alpine
|
||||||
ports:
|
ports:
|
||||||
- 5432:5432
|
- 5432:5432
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue