Skip to content

Commit 4b8132d

Browse files
committed
fix(ci): update yarn install command
1 parent 82713a1 commit 4b8132d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install Dependencies
5555
# Absurdly, yarn always fails on the first try here.
5656
# https://github.com/yarnpkg/yarn/issues/2629
57-
run: until yarn install --no-lockfile; do echo "Retrying yarn"; done
57+
run: until yarn install --immutable --immutable-cache --check-cache; do echo "Retrying yarn"; done
5858

5959
- name: Run Tests
6060
run: yarn test:ember

0 commit comments

Comments
 (0)