From 15289350085cde08924b52e82cd2b5fece1c5550 Mon Sep 17 00:00:00 2001 From: MeiMei <30769358+mei23@users.noreply.github.com> Date: Wed, 26 Feb 2020 07:57:24 +0900 Subject: GitHub Actionsでテストが動かなくなっているのを修正 (#6088) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 * テスト用ブランチ指定を削除 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/nodejs.yml') diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c5c8b3597e..f41e41567f 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -16,7 +16,7 @@ jobs: services: postgres: - image: postgres:10-alpine + image: postgres:10.11-alpine ports: - 5432:5432 env: -- cgit v1.2.3-freya