Skip to content

Commit 33fdd89

Browse files
committed
fix pwsh shell detection tests in CI
1 parent a5d9d1b commit 33fdd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ jobs:
731731
.venv\Scripts\activate.ps1; cmd /c "pytest --cov-append ./tests/shellcompletion/test_shell_resolution.py::TestShellResolution::test_pwsh"
732732
just test-pwsh
733733
if ($LASTEXITCODE -ne 0) { exit $LASTEXITCODE }
734-
shell: powershell
734+
shell: pwsh
735735
- name: Test CMD shell failure
736736
run: |
737737
call .venv\Scripts\activate

0 commit comments

Comments
 (0)