summaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2020-02-27 15:13:50 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2020-02-27 15:13:50 +0900
commit484dc9b08af8554c117689e6369de7917801b8fb (patch)
tree53048912c9ba36d339d028cc70cb8a8b21ef6b2d /.github/workflows/nodejs.yml
parentUpdate google.vue (diff)
parentGitHub Actions のテストで postgres がコケてるのを修正 (#6089) (diff)
downloadmisskey-484dc9b08af8554c117689e6369de7917801b8fb.tar.gz
misskey-484dc9b08af8554c117689e6369de7917801b8fb.tar.bz2
misskey-484dc9b08af8554c117689e6369de7917801b8fb.zip
Merge branch 'develop' of https://github.com/syuilo/misskey into develop
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r--.github/workflows/nodejs.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml
index f41e41567f..d8c29abc37 100644
--- a/.github/workflows/nodejs.yml
+++ b/.github/workflows/nodejs.yml
@@ -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: