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:
parent
a1b1818226
commit
02bbb1dc5f
4
.github/workflows/build-for-windows.yml
vendored
4
.github/workflows/build-for-windows.yml
vendored
@ -71,9 +71,7 @@ jobs:
|
|||||||
|
|
||||||
# Sets up the node_modules folder with the Windows version of the dependencies
|
# Sets up the node_modules folder with the Windows version of the dependencies
|
||||||
- name: Yarn install
|
- name: Yarn install
|
||||||
run: |
|
run: yarn install --frozen-lockfile --network-timeout=100000 --no-optional
|
||||||
yarn install --frozen-lockfile --network-timeout=100000 --no-optional
|
|
||||||
yarn check --verify-tree --integrity
|
|
||||||
|
|
||||||
# Downloads kubernetes dependencies
|
# Downloads kubernetes dependencies
|
||||||
- name: Download client binaries
|
- name: Download client binaries
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user