diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1266829..803de47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,8 +29,6 @@ jobs: - run: npm run build coverage: - needs: [test] - name: coverage runs-on: ubuntu-latest steps: - uses: actions/checkout@v2