From e62c4de4021b48fcaee61c96977259507de804b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Tue, 12 Jan 2021 19:01:27 +0900 Subject: [PATCH] test: using docker at test --- .github/workflows/testing.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 1194227..2d43c6c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -27,11 +27,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: 14 - - name: yarn install - run: yarn install - name: Create needed files run: touch public.pem & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json - - name: Build - run: yarn build - env: - CI: false + - name: Docker Compose + run: docker-compose up -d \ No newline at end of file