Skip to content

Commit 08b9ea6

Browse files
committed
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.
1 parent 245aea4 commit 08b9ea6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272

7373
- name: Setup
7474
uses: ./.github/actions/setup
75+
with:
76+
# Windows runner fails randomly due to post-install steps, skip since they're not needed for running tests
77+
installArgs: --ignore-scripts
7578

7679
- name: Setup PNPM
7780
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0

0 commit comments

Comments
 (0)