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

fix: workflow test

This commit is contained in:
uetchy 2019-08-27 03:30:35 +09:00
parent c2fee2271c
commit 2517fd6d4f

View File

@ -14,4 +14,6 @@ jobs:
- uses: actions/setup-node@master
- uses: actions/checkout@master
- run: yarn --cwd web install
- run: yarn --cwd web test
- run: yarn --cwd web test
env:
CI: true