From 50bf15dd757edc86be39b5c4bc5fe745f5f06b30 Mon Sep 17 00:00:00 2001 From: David Refoua Date: Sun, 16 Oct 2022 00:33:31 +0330 Subject: [PATCH] update tests to use separate steps --- .github/workflows/tests.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2c8f189..6a91cf6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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