Skip to content

Commit b514ba6

Browse files
committed
Add YARN_ENABLE_IMMUTABLE_INSTALLS: "false" to CI
1 parent d12e44e commit b514ba6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ jobs:
163163
defaults:
164164
run:
165165
working-directory: ./examples/publish-ci/${{ matrix.example }}
166+
env:
167+
YARN_ENABLE_IMMUTABLE_INSTALLS: "false"
166168
steps:
167169
- name: Checkout repo
168170
uses: actions/checkout@v2

0 commit comments

Comments
 (0)