Skip to content

Commit f4e68b0

Browse files
authored
Update PowerShell test to set CMDER_DEBUG env variable inline
1 parent a824b72 commit f4e68b0

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ jobs:
4747
run: |
4848
cmd /c vendor\init.bat /v /d /t
4949
- name: Testing PowerShell
50-
env:
51-
CMDER_DEBUG: '1'
5250
run: |
53-
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "'vendor\profile.ps1'"
51+
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1'"
5452
- name: Testing Bash
5553
run: |
5654
bash vendor/cmder.sh

0 commit comments

Comments
 (0)