Skip to content

Commit f5826e6

Browse files
committed
fix win shell failure test
1 parent 33aaabd commit f5826e6

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
@@ -660,7 +660,7 @@ jobs:
660660
shell: powershell
661661
- name: Test CMD shell failure
662662
run: |
663-
just test-win-shell-failure
663+
uv run pytest ./tests/shellcompletion/test_shell_resolution.py::test_get_win_shell_failure
664664
shell: cmd
665665
- name: Store coverage files
666666
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)