diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index a0319d24..40948553 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -25,6 +25,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + fetch-depth: 2 - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} @@ -44,7 +46,7 @@ jobs: - name: E2E tests run: npm run test:e2e - - name: E2E tests + - name: Run Coverage run: npm run test:cov:changes - name: Comment Test Coverage