From d425c72134816784bdbe0baa8775c64d625eb2b7 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Thu, 27 Feb 2020 10:08:31 +0900 Subject: GitHub Actions のテストで postgres がコケてるのを修正 (#6089) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * github actionsのfail原因調査用 * fix * fix * fux * remove tihs branch from CI target * ログ表示削除 * fix --- .github/workflows/nodejs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/nodejs.yml') 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: -- cgit v1.2.3-freya