From 08b9ea6e47f9a0019069278e273ea6611c159a7c Mon Sep 17 00:00:00 2001 From: Aaron Date: Mon, 13 Apr 2026 00:34:04 -0500 Subject: [PATCH] ci: Skip `postisntall` scripts on windows runner in validate workflow They're failing 50% of the time for some reason... This is just a test change. --- .github/workflows/validate.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 10bde227..93db1c96 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -72,6 +72,9 @@ jobs: - name: Setup uses: ./.github/actions/setup + with: + # Windows runner fails randomly due to post-install steps, skip since they're not needed for running tests + installArgs: --ignore-scripts - name: Setup PNPM uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0