We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postisntall
1 parent 245aea4 commit 08b9ea6Copy full SHA for 08b9ea6
1 file changed
.github/workflows/validate.yml
@@ -72,6 +72,9 @@ jobs:
72
73
- name: Setup
74
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
78
79
- name: Setup PNPM
80
uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
0 commit comments