Skip to content

Commit 996937f

Browse files
committed
fix ci
Signed-off-by: 迷渡 <[email protected]>
1 parent 148d476 commit 996937f

File tree

2 files changed

+2256
-2397
lines changed

2 files changed

+2256
-2397
lines changed

.github/workflows/ci.yml

+12-3
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ jobs:
1010
- uses: actions/setup-node@v1
1111
with:
1212
node-version: 12
13-
- run: yarn --frozen-lockfile
14-
- run: yarn lint
15-
- run: yarn test:coverage && codecov
13+
14+
- name: install
15+
run: yarn --frozen-lockfile --non-interactive
16+
17+
- name: lint
18+
run: yarn lint
19+
20+
- name: test
21+
run: yarn test:coverage
22+
23+
- name: codecov
24+
run: yarn codecov

0 commit comments

Comments
 (0)