From 1219fd8ea7c6a20f8ba8aa331076222f11276a44 Mon Sep 17 00:00:00 2001 From: Anthony Fu Date: Wed, 25 Aug 2021 13:14:13 +0800 Subject: [PATCH] chore: update test ci --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3f80f9c..8568b50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,14 +35,11 @@ jobs: if: steps.cache.outputs.cache-hit != 'true' run: yarn - - name: Lint - run: yarn lint - - name: Build run: yarn build - name: Test - run: yarn jest + run: yarn test - name: Coverage uses: codecov/codecov-action@v1