diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 69c245e1..c97d2e5b 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -51,6 +51,10 @@ jobs: # - name: E2E tests # run: npm run test:e2e + - name: Create folder + run: | + mkdir .nyc_output_changes + - name: Run Coverage run: npm run test:cov:changes