test: fixed test script

This commit is contained in:
원더 2021-01-10 20:03:25 +09:00
parent 4b25125d6b
commit 5b051e360a

View File

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