Skip to content

Commit

Permalink
Retry install to work around yarn bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ori-moisis committed Jan 31, 2021
1 parent 854cd21 commit 194f6fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -73,7 +73,9 @@ jobs:

- run: yarn config set cache-folder /mnt/ramdisk/yarn-cache

- run: yarn
# Yarn has some random race-condition failures, trying multiple times seems to help
# when the source of the problem is yarn itself and not the packages
- run: yarn || yarn || yarn

- run:
# As a workaround to the --frozen-lockfile flag not working with workspaces
Expand Down

0 comments on commit 194f6fd

Please sign in to comment.