mirror of
https://github.com/uetchy/namae.git
synced 2025-03-17 04:30:31 +09:00
chore: fix ci config
This commit is contained in:
parent
261af1f51f
commit
0054c44d23
2
.github/workflows/web.yml
vendored
2
.github/workflows/web.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn --cwd web install
|
run: yarn --cwd web install
|
||||||
- name: Test
|
- name: Test
|
||||||
run: CI=true yarn --cwd web test
|
run: yarn --cwd web test
|
||||||
env:
|
env:
|
||||||
CI: true
|
CI: true
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user