Commit 58f3fe7
authored
Fix Windows unit test invocation command (#321)
Fixes:
```
Error: @workflow/core#test: command (D:\a\workflow\workflow\packages\core) C:\Users\runneradmin\setup-pnpm\node_modules\.bin\.tools\pnpm\10.20.0\bin\pnpm.CMD run test exited (1)
> @workflow/[email protected] test D:\a\workflow\workflow\packages\core
> WORKFLOW_TARGET_WORLD=embedded vitest run src
'WORKFLOW_TARGET_WORLD' is not recognized as an internal or external command,
operable program or batch file.
ELIFECYCLE Test failed. See above for more details.
```1 parent 1e9535f commit 58f3fe7
File tree
3 files changed
+23
-2
lines changed- .changeset
- packages/core
3 files changed
+23
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
| 73 | + | |
73 | 74 | | |
74 | 75 | | |
75 | 76 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments