Skip to content

Commit a19776c

Browse files
committed
Reduce install network flake
1 parent 0fba3ec commit a19776c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ commands:
5353
if [ $? -ne 0 ]; then
5454
yarn install --frozen-lockfile --cache-folder ~/.cache/yarn
5555
fi
56+
environment:
57+
# If we start needing the Electron binary, please ensure the binary is cached in CI following https://www.electronjs.org/docs/latest/tutorial/installation
58+
ELECTRON_SKIP_BINARY_DOWNLOAD: 1
5659
- save_cache:
5760
name: Save yarn cache
5861
key: v2-yarn_cache-{{ arch }}-{{ checksum "yarn.lock" }}

0 commit comments

Comments
 (0)