Skip to content

Commit

Permalink
(#547) Don't run coverage report again after the first stage
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Dec 14, 2023
1 parent 264d827 commit 8e9591d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 8e9591d

Please sign in to comment.