Skip to content
Snippets Groups Projects
Unverified Commit 15289350 authored by MeiMei's avatar MeiMei Committed by GitHub
Browse files

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

* テスト用ブランチ指定を削除
parent 7121bdef
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ jobs:
services:
postgres:
image: postgres:10-alpine
image: postgres:10.11-alpine
ports:
- 5432:5432
env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment