test: using docker at test

This commit is contained in:
원더 2021-01-12 19:01:27 +09:00
parent 8dae2a1dc5
commit e62c4de402

View File

@ -27,11 +27,7 @@ jobs:
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with:
node-version: 14 node-version: 14
- name: yarn install
run: yarn install
- name: Create needed files - name: Create needed files
run: touch public.pem & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json run: touch public.pem & touch private.key & echo '{"tester":"DEMO_KEY"}' > secret.json
- name: Build - name: Docker Compose
run: yarn build run: docker-compose up -d
env:
CI: false