From e2af4744f6e815998f52df3054066b6d07f5e8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=98=89=E6=B6=B5?= Date: Thu, 19 Dec 2019 14:46:00 +0800 Subject: [PATCH] chore: fix test.yml --- .github/workflows/test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 51b542512..2e3c56c93 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,16 +12,12 @@ jobs: - uses: actions/setup-node@v1 with: node-version: '12.x' - - name: Install dependencies - run: yarn - - name: Run linter - run: npm run lint - - name: Run test cases - run: npm test - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v1 with: