Skip to content

Commit

Permalink
Update smoke test scripts to fail on first error (#10831)
Browse files Browse the repository at this point in the history
These continue on failure on Windows, which is annoying.
  • Loading branch information
zanieb authored Jan 22, 2025
1 parent d09be14 commit a539d33
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a539d33

Please sign in to comment.