Skip to content

Commit 0a634cd

Browse files
committed
Try cmd /c
Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
1 parent 80e34cb commit 0a634cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
# Run stubs
109109
- name: Run HTTP stub (Windows)
110-
run: Start-Process -NoNewWindow node test\http\stub.js && Start-Sleep -Seconds 2
110+
run: cmd /c "start /b node test\http\stub.js" && Start-Sleep -Seconds 2
111111
if: runner.os == 'windows'
112112
- name: Run HTTP stub (*nix)
113113
run: (node test/http/stub.js &) && sleep 2

0 commit comments

Comments
 (0)