Skip to content

Commit 108090a

Browse files
committed
chore(github): use pnpm test command
1 parent 6812151 commit 108090a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/module.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: pnpm run typecheck
5151

5252
- name: Test
53-
run: pnpm run test run
53+
run: pnpm test run
5454

5555
- name: Build
5656
run: pnpm run build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pnpm run typecheck
4444

4545
- name: Test
46-
run: pnpm run test run
46+
run: pnpm test run
4747

4848
- name: Publish
4949
run: ./scripts/release.sh

0 commit comments

Comments
 (0)