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.
2 parents 5536ea2 + 9c3bbe9 commit 105ff01Copy full SHA for 105ff01
.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