From f4e68b03884daae3f5db676957acb9b29ec50fad Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 9 Nov 2025 03:48:57 +0330 Subject: [PATCH] Update PowerShell test to set CMDER_DEBUG env variable inline --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9b3cce6..0f0ea75 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -47,10 +47,8 @@ jobs: run: | cmd /c vendor\init.bat /v /d /t - name: Testing PowerShell - env: - CMDER_DEBUG: '1' run: | - PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "'vendor\profile.ps1'" + PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1'" - name: Testing Bash run: | bash vendor/cmder.sh