ci: update test action
This commit is contained in:
parent
0bd5151604
commit
5e0049cacb
|
@ -38,14 +38,11 @@ jobs:
|
||||||
${{ runner.os }}-build-
|
${{ runner.os }}-build-
|
||||||
${{ runner.os }}-
|
${{ runner.os }}-
|
||||||
|
|
||||||
- name: Install global dependencies
|
|
||||||
run: npm i yarn -g
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
|
||||||
- name: Run linter
|
# - name: Run linter
|
||||||
run: npm run lint
|
# run: npm run lint
|
||||||
|
|
||||||
- name: Run test with coverage
|
- name: Run test with coverage
|
||||||
run: npm run coverage
|
run: npm run coverage
|
||||||
|
|
Reference in New Issue