We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be44bac commit 9c3bbe9Copy full SHA for 9c3bbe9
1 file changed
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
cmd /c vendor\init.bat /v /d /t
49
- name: Testing PowerShell
50
run: |
51
- PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1'"
+ PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1' 4>&1 5>&1"
52
- name: Testing Bash
53
54
bash vendor/cmder.sh
0 commit comments