From 29cd17f521aed7a62fd1db8140b22c61f0119017 Mon Sep 17 00:00:00 2001 From: rinsuki <428rinsuki+git@gmail.com> Date: Fri, 25 Oct 2019 04:44:49 +0900 Subject: [PATCH] =?UTF-8?q?test=E5=AE=9F=E8=A1=8C=E6=99=82=E3=81=ABDB?= =?UTF-8?q?=E3=81=A8=E3=81=8Bredis=E3=81=A8=E3=81=8B=E5=8B=95=E3=81=8B?= =?UTF-8?q?=E3=81=99=E3=82=88=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/nodejs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fca2278323..f25655cd24 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -28,3 +28,14 @@ jobs: run: yarn build - name: Test run: yarn test + services: + postgres: + image: postgres:10-alpine + ports: + - 5432:5432 + env: + POSTGRES_DB: test-misskey + redis: + image: redis:alpine + ports: + - 6379:6379