From 5b051e360ae751b397e70c3e8e45b32143b77b76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 20:03:25 +0900 Subject: [PATCH] test: fixed test script --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index e8eecb1..830b384 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,7 +29,7 @@ jobs: - name: yarn install run: yarn install - name: Create needed files - run: touch public.pem & touch private.key & echo '{}' > secret.json + run: touch public.pem & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json - name: Build run: yarn build env: