We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82713a1 commit 4b8132dCopy full SHA for 4b8132d
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Install Dependencies
55
# Absurdly, yarn always fails on the first try here.
56
# https://github.com/yarnpkg/yarn/issues/2629
57
- run: until yarn install --no-lockfile; do echo "Retrying yarn"; done
+ run: until yarn install --immutable --immutable-cache --check-cache; do echo "Retrying yarn"; done
58
59
- name: Run Tests
60
run: yarn test:ember
0 commit comments