diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e0c5d95..dfe2c7b4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: with: run: | npx playwright install --with-deps - npm run coverage -- --coverageDirectory=coverage/unit + npm test - name: Run Electron e2e test subpackage uses: GabrielBB/xvfb-action@v1 with: