From 93cf2039a53f2fc61bc673121106c66200fffcb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 4 Jan 2021 17:03:43 +0900 Subject: [PATCH] tests: fixed ci script --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4f26d10..16fd77e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -11,6 +11,8 @@ jobs: uses: actions/setup-node@v1 with: node-version: 14 + - name: yarn install + run: yarn install - name: run eslint run: yarn lint env: