Commit 593b025
committed
fix(ci): resolve test script argument parsing issue
The CI workflow was incorrectly passing shell operators (&&) and
subsequent commands as literal arguments to the test script, causing
them to be interpreted as test file filters instead of separate commands.
Changes:
- Add --skip-build flag to test-script since build runs in test-setup-script
- Change type-check-script from 'pnpm run check' to 'pnpm run type' for
dedicated TypeScript checking without redundant steps
This eliminates argument confusion and redundant build steps while
maintaining the same validation coverage.1 parent ec3cf27 commit 593b025
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
0 commit comments