Update smoke test scripts to fail on first error (#10831)

These continue on failure on Windows, which is annoying.
This commit is contained in:
Zanie Blue 2025-01-22 15:00:50 -06:00 committed by GitHub
parent d09be14679
commit a539d33021
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -675,6 +675,9 @@ jobs:
- name: "Smoke test"
working-directory: ${{ env.UV_WORKSPACE }}
run: |
$ErrorActionPreference = "Stop"
$PSNativeCommandUseErrorActionPreference = $true
./uv venv -v
./uv pip install ruff -v
./uvx -v ruff --version