From cb8549f1db240670208c89a7bc8c2031a95bde61 Mon Sep 17 00:00:00 2001 From: undefined Date: Tue, 18 May 2021 23:45:46 +0800 Subject: [PATCH] remove tests --- .github/workflows/build.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e670edd2..7889cf84 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,14 +35,14 @@ jobs: yarn build:ui:production - name: Lint run: yarn lint:ci - - name: Unit Test - run: yarn jest - - name: Report Coverage - uses: codecov/codecov-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} - file: ./.coverage/lcov.info - name: codecov + # - name: Unit Test + # run: yarn jest + # - name: Report Coverage + # uses: codecov/codecov-action@v1 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # file: ./.coverage/lcov.info + # name: codecov - name: Publish if: ${{ github.event_name == 'push' }} run: node build/publish.js \ No newline at end of file