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