File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,16 +36,16 @@ jobs:
3636 id : findPr
3737
3838 - name : Node unit tests
39- run : pnpm test --group =node/unit
39+ run : pnpm test --groups =node/unit
4040
4141 - name : Node e2e tests
42- run : pnpm test --group =node/e2e
42+ run : pnpm test --groups =node/e2e
4343
4444 - name : Node+browser unit tests
45- run : pnpm test --group =common/unit --env=jsdom && pnpm test --group =common/unit
45+ run : pnpm test --groups =common/unit --env=jsdom && pnpm test --groups =common/unit
4646
4747 - name : Node+browser e2e tests
48- run : pnpm test --group =common/e2e --env=jsdom && pnpm test --group =common/e2e
48+ run : pnpm test --groups =common/e2e --env=jsdom && pnpm test --groups =common/e2e
4949
5050 # - name: Run tests and publish coverage
5151 # uses: ArtiomTr/jest-coverage-report-action@v2
You can’t perform that action at this time.
0 commit comments