From 2517fd6d4f80c506615c033d12ccfbc8f67427b9 Mon Sep 17 00:00:00 2001 From: Yasuaki Uechi Date: Tue, 27 Aug 2019 03:30:35 +0900 Subject: [PATCH] fix: workflow test --- .github/workflows/web.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/web.yml b/.github/workflows/web.yml index 425bf6a..806484d 100644 --- a/.github/workflows/web.yml +++ b/.github/workflows/web.yml @@ -14,4 +14,6 @@ jobs: - uses: actions/setup-node@master - uses: actions/checkout@master - run: yarn --cwd web install - - run: yarn --cwd web test \ No newline at end of file + - run: yarn --cwd web test + env: + CI: true