diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f0ea75..d22ab47 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: cmd /c vendor\init.bat /v /d /t - name: Testing PowerShell run: | - 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" - name: Testing Bash run: | bash vendor/cmder.sh