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