1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-31 08:43:54 +00:00

pnpm doesn't use --

This commit is contained in:
Anders Åberg
2025-12-16 00:44:05 +01:00
parent 3a6717cc19
commit 65ad599e33

View File

@@ -64,7 +64,7 @@ jobs:
- name: Run tests
# maxWorkers is a workaround for a memory leak that crashes tests in CI:
# https://github.com/facebook/jest/issues/9430#issuecomment-1149882002
run: pnpm test -- --coverage --maxWorkers=3
run: pnpm test --coverage --maxWorkers=3
- name: Report test results
uses: dorny/test-reporter@dc3a92680fcc15842eef52e8c4606ea7ce6bd3f3 # v2.1.1