diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6e121ef..c04f35b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,12 +23,12 @@ jobs: run: npm ci --install-links - name: Run Jest run: npm run jest - - name: Run Playwright - run: xvfb-run npm run playwright - uses: codecov/codecov-action@v3 with: flags: unit files: "**/jest/coverage*.json" + - name: Run Playwright + run: xvfb-run npm run playwright - uses: codecov/codecov-action@v3 with: flags: ui