File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ jobs:
659
659
- name : Run Powershell Tab Completion Tests
660
660
run : |
661
661
just test ./tests/verify_environment.py
662
- .venv\Scripts\activate.ps1; cmd /c "pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_powershell"
662
+ .venv\Scripts\activate.ps1; cmd /c "pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_powershell" || exit 1
663
663
just test-powershell
664
664
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
665
665
shell : powershell
@@ -728,10 +728,10 @@ jobs:
728
728
- name : Run Powershell Tab Completion Tests
729
729
run : |
730
730
just test ./tests/verify_environment.py
731
- .venv\Scripts\activate.ps1; cmd /c "pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_pwsh"
731
+ .venv\Scripts\activate.ps1; cmd /c "pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_pwsh" || exit 1
732
732
just test-pwsh
733
733
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
734
- shell : pwsh
734
+ shell : powershell
735
735
- name : Test CMD shell failure
736
736
run : |
737
737
call .venv\Scripts\activate
You can’t perform that action at this time.
0 commit comments