Skip to content

Commit d001d91

Browse files
committed
Merge branch 'master' into development
2 parents 9030e7a + f4e68b0 commit d001d91

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)