ci: update test action

This commit is contained in:
microshine 2022-05-24 15:09:03 +03:00
parent 0bd5151604
commit 5e0049cacb
1 changed files with 2 additions and 5 deletions

View File

@ -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