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