From 9e2d6ac650b13b41267c23990cd407ae4aee8bde Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Mon, 3 May 2021 21:03:17 +0900 Subject: [PATCH] ci: fixed syntax error --- .github/workflows/testing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 0b489a2..80a1b01 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -60,6 +60,7 @@ jobs: run: echo '{"tester":"DEMO_KEY"}' > secret.json - name: Build run: yarn build + env: CI: true # docker: