From 02bbb1dc5f2dc28951c8b880078a30a9208a2344 Mon Sep 17 00:00:00 2001 From: JoelTrain Date: Fri, 26 Aug 2022 11:07:29 -0500 Subject: [PATCH] move yarn install to its own line to possibly improve error exit code reporting to Github --- .github/workflows/build-for-windows.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build-for-windows.yml b/.github/workflows/build-for-windows.yml index e3c3d4f926..cedcc6a855 100644 --- a/.github/workflows/build-for-windows.yml +++ b/.github/workflows/build-for-windows.yml @@ -71,9 +71,7 @@ jobs: # Sets up the node_modules folder with the Windows version of the dependencies - name: Yarn install - run: | - yarn install --frozen-lockfile --network-timeout=100000 --no-optional - yarn check --verify-tree --integrity + run: yarn install --frozen-lockfile --network-timeout=100000 --no-optional # Downloads kubernetes dependencies - name: Download client binaries