1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

move yarn install to its own line to possibly improve error exit code reporting to Github

This commit is contained in:
JoelTrain 2022-08-26 11:07:29 -05:00
parent a1b1818226
commit 02bbb1dc5f
No known key found for this signature in database
GPG Key ID: E7720A2908E42F0A

View File

@ -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