Skip to content

Commit 5479dc2

Browse files
committed
Add YARN_ENABLE_IMMUTABLE_INSTALLS: false to CI
1 parent 666d8cd commit 5479dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108

109109
- name: Install deps
110110
working-directory: ./redux-toolkit/examples/publish-ci/${{ matrix.example }}
111+
env:
112+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
111113
run: yarn install
112114

113115
- uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)