Skip to content

Commit 302238b

Browse files
committed
chore(github): revert test commands
1 parent e5b5c29 commit 302238b

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 test run
53+
run: pnpm run 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 test run
46+
run: pnpm run test run
4747

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

0 commit comments

Comments
 (0)