test: prevent failing

This commit is contained in:
원더 2021-01-07 23:00:50 +09:00
parent acf6aaad34
commit 33c445e526

View File

@ -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: