update tests to use separate steps

This commit is contained in:
David Refoua 2022-10-16 00:33:31 +03:30 committed by GitHub
parent 2de6f8232a
commit 50bf15dd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,12 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
cmd /c vendor\bin\cmder_shell.cmd
PowerShell.exe -ExecutionPolicy Bypass -NoLogo -NoProfile -Command "Invoke-Expression '. ''vendor\profile.ps1'''"
- name: Testing Clink Shell
run: |
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