Skip to content

Commit 9c3bbe9

Browse files
committed
Redirect Verbose and Debug stream
1 parent be44bac commit 9c3bbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
cmd /c vendor\init.bat /v /d /t
4949
- name: Testing PowerShell
5050
run: |
51-
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1'"
51+
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1' 4>&1 5>&1"
5252
- name: Testing Bash
5353
run: |
5454
bash vendor/cmder.sh

0 commit comments

Comments
 (0)