From 3172771f15f2a1e0b4f973703b4e9349ee5d4aef Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 9 Nov 2025 03:24:58 +0330 Subject: [PATCH] Modify PowerShell test command for debug output * Update PowerShell command to include debug preference. * Remove un-needed `Invoke-Expression` --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2bf770..12633d3 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 "Invoke-Expression '. ''vendor\profile.ps1'''" + PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$DebugPreference='Continue'; . 'vendor\profile.ps1' 5>&1" - name: Testing Bash run: | bash vendor/cmder.sh