From 0054c44d23e1ddd39eedbcb360c9800282eac8ec Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 5 Nov 2019 18:55:07 +0900 Subject: [PATCH] chore: fix ci config --- .github/workflows/web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 1e00062..d5ab085 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -16,7 +16,7 @@ jobs: - name: Install dependencies run: yarn --cwd web install - name: Test - run: CI=true yarn --cwd web test + run: yarn --cwd web test env: CI: true - name: Upload coverage