mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
test: fixed test script
This commit is contained in:
parent
4b25125d6b
commit
5b051e360a
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
|||||||
- name: yarn install
|
- name: yarn install
|
||||||
run: yarn install
|
run: yarn install
|
||||||
- name: Create needed files
|
- 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
|
- name: Build
|
||||||
run: yarn build
|
run: yarn build
|
||||||
env:
|
env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user