mirror of
https://github.com/cmderdev/cmder.git
synced 2025-01-11 00:39:08 +08:00
update tests to use separate steps
This commit is contained in:
parent
2de6f8232a
commit
50bf15dd75
11
.github/workflows/tests.yml
vendored
11
.github/workflows/tests.yml
vendored
@ -27,7 +27,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- run: |
|
- name: Testing Clink Shell
|
||||||
cmd /c vendor\bin\cmder_shell.cmd
|
run: |
|
||||||
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''vendor\profile.ps1'''"
|
cmd /c vendor\init.bat
|
||||||
|
- name: Testing PowerShell
|
||||||
|
run: |
|
||||||
|
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''vendor\profile.ps1'''"
|
||||||
|
- name: Testing Bash
|
||||||
|
run: |
|
||||||
bash vendor/cmder.sh
|
bash vendor/cmder.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user