1
0
mirror of https://github.com/uetchy/namae.git synced 2025-03-16 20:20:38 +09:00

chore: fix ci config

This commit is contained in:
uetchy 2019-11-05 18:55:07 +09:00
parent 261af1f51f
commit 0054c44d23

View File

@ -16,7 +16,7 @@ jobs:
- name: Install dependencies
run: yarn --cwd web install
- name: Test
run: CI=true yarn --cwd web test
run: yarn --cwd web test
env:
CI: true
- name: Upload coverage