From a539d33021c87597c0351852611747bbda2846b5 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 22 Jan 2025 15:00:50 -0600 Subject: [PATCH] Update smoke test scripts to fail on first error (#10831) These continue on failure on Windows, which is annoying. --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02b43d629087f..4af9f426c33ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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