mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 22:30:23 +00:00
test: using docker at test
This commit is contained in:
parent
8dae2a1dc5
commit
e62c4de402
8
.github/workflows/testing.yml
vendored
8
.github/workflows/testing.yml
vendored
@ -27,11 +27,7 @@ jobs:
|
||||
uses: actions/setup-node@v1
|
||||
with:
|
||||
node-version: 14
|
||||
- name: yarn install
|
||||
run: yarn install
|
||||
- name: Create needed files
|
||||
run: touch public.pem & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json
|
||||
- name: Build
|
||||
run: yarn build
|
||||
env:
|
||||
CI: false
|
||||
- name: Docker Compose
|
||||
run: docker-compose up -d
|
||||
Loading…
x
Reference in New Issue
Block a user