From 8e9591d783cb2272865a7413c94f08f9f80a7bba Mon Sep 17 00:00:00 2001 From: Simon Hofmann Date: Fri, 15 Dec 2023 00:35:52 +0100 Subject: [PATCH] (#547) Don't run coverage report again after the first stage --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: