test: added create secret file

This commit is contained in:
원더 2021-01-10 19:54:30 +09:00
parent a17a06a31a
commit 4b25125d6b

View File

@ -29,7 +29,7 @@ jobs:
- name: yarn install
run: yarn install
- name: Create needed files
run: touch public.pem & touch private.key
run: touch public.pem & touch private.key & echo '{}' > secret.json
- name: Build
run: yarn build
env: