Update PowerShell test to set CMDER_DEBUG env variable inline

This commit is contained in:
David Refoua
2025-11-09 03:48:57 +03:30
committed by GitHub
parent a824b721cb
commit f4e68b0388

View File

@@ -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