diff options
| author | MeiMei <30769358+mei23@users.noreply.github.com> | 2020-02-26 07:57:24 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-26 07:57:24 +0900 |
| commit | 15289350085cde08924b52e82cd2b5fece1c5550 (patch) | |
| tree | e0673d5c75c3636f98d24228ceb881c23fea7b88 /.github/workflows/nodejs.yml | |
| parent | Refactor (diff) | |
| download | sharkey-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.yml | 2 |
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: |