Skip to content

Commit df2e508

Browse files
committed
fix typo in workflow file
1 parent 28fbf75 commit df2e508

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-new-setup.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)