mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
test: added create secret file
This commit is contained in:
parent
a17a06a31a
commit
4b25125d6b
2
.github/workflows/testing.yml
vendored
2
.github/workflows/testing.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user