summaryrefslogtreecommitdiff
path: root/.github/workflows/nodejs.yml
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2020-02-26 07:57:24 +0900
committerGitHub <noreply@github.com>2020-02-26 07:57:24 +0900
commit15289350085cde08924b52e82cd2b5fece1c5550 (patch)
treee0673d5c75c3636f98d24228ceb881c23fea7b88 /.github/workflows/nodejs.yml
parentRefactor (diff)
downloadsharkey-15289350085cde08924b52e82cd2b5fece1c5550.tar.gz
sharkey-15289350085cde08924b52e82cd2b5fece1c5550.tar.bz2
sharkey-15289350085cde08924b52e82cd2b5fece1c5550.zip
GitHub Actionsでテストが動かなくなっているのを修正 (#6088)
* 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 * テスト用ブランチ指定を削除
Diffstat (limited to '.github/workflows/nodejs.yml')
-rw-r--r--.github/workflows/nodejs.yml2
1 files changed, 1 insertions, 1 deletions
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: