Skip to content

Commit 8e9591d

Browse files
committed
(#547) Don't run coverage report again after the first stage
1 parent 264d827 commit 8e9591d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
with:
7575
run: |
7676
npx playwright install --with-deps
77-
npm run coverage -- --coverageDirectory=coverage/unit
77+
npm test
7878
- name: Run Electron e2e test subpackage
7979
uses: GabrielBB/xvfb-action@v1
8080
with:

0 commit comments

Comments
 (0)