From 33c445e52676abb6a6e336bff569cf143b5e06e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 7 Jan 2021 23:00:50 +0900 Subject: [PATCH] test: prevent failing --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 16fd77e..370507f 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -28,6 +28,8 @@ jobs: node-version: 14 - name: yarn install run: yarn install + - name: Create needed files + run: touch public.pem & touch private.key - name: Build run: yarn build env: