GitHub Actions のテストで postgres がコケてるのを修正 (#6089)
* github actionsのfail原因調査用 * fix * fix * fux * remove tihs branch from CI target * ログ表示削除 * fix
This commit is contained in:
parent
969cd16638
commit
d425c72134
1 changed files with 2 additions and 1 deletions
3
.github/workflows/nodejs.yml
vendored
3
.github/workflows/nodejs.yml
vendored
|
@ -16,11 +16,12 @@ jobs:
|
|||
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:10.11-alpine
|
||||
image: postgres:10-alpine
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_DB: test-misskey
|
||||
POSTGRES_HOST_AUTH_METHOD: trust
|
||||
redis:
|
||||
image: redis:alpine
|
||||
ports:
|
||||
|
|
Loading…
Reference in a new issue