From 5e0049cacb1d3a1701c348da4916ab501b55a65b Mon Sep 17 00:00:00 2001 From: microshine Date: Tue, 24 May 2022 15:09:03 +0300 Subject: [PATCH] ci: update test action --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 60f03c2..efab04f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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