We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9030e7a + f4e68b0 commit d001d91Copy full SHA for d001d91
1 file changed
.github/workflows/tests.yml
@@ -47,10 +47,8 @@ jobs:
47
run: |
48
cmd /c vendor\init.bat /v /d /t
49
- name: Testing PowerShell
50
- env:
51
- CMDER_DEBUG: '1'
52
53
- PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "'vendor\profile.ps1'"
+ PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "$CMDER_DEBUG = 1; 'vendor\profile.ps1'"
54
- name: Testing Bash
55
56
bash vendor/cmder.sh
0 commit comments