Skip to content

Commit d0d33fd

Browse files
committed
Avoid running command tests with other unit tests
1 parent e4c1004 commit d0d33fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/TestPWTCommands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858

5959
- name: "Testing PWT commands"
6060
working-directory: ./packages/command-tests
61-
run: pnpm test
61+
run: pnpm start

packages/command-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"main": "commands.js",
77
"scripts": {
8-
"test": "node commands.js"
8+
"start": "node commands.js"
99
},
1010
"devDependencies": {
1111
"@prettier/plugin-xml": "^2.2.0",

0 commit comments

Comments
 (0)