Skip to content

Commit 8e9be15

Browse files
committed
feat: env
1 parent 5238fb7 commit 8e9be15

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/lint-installed-example.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,25 @@ jobs:
4747
4848
- name: Install application (Hardhat with extension configuration)
4949
if: matrix.config == 'hardhat_with_extension'
50+
env:
51+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
52+
YARN_ENABLE_INLINE_BUILDS: false
5053
run: npx --yes create-eth@latest new_project_hardhat_with_extension -s hardhat -e scaffold-eth/create-eth-extensions:example
5154

5255
- name: Install application (Foundry with extension configuration)
5356
if: matrix.config == 'foundry_with_extension'
57+
env:
58+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
59+
YARN_ENABLE_INLINE_BUILDS: false
5460
run: |
5561
export PATH="$HOME/.config/.foundry/bin:$PATH"
5662
npx --yes create-eth@latest new_project_foundry_with_extension -s foundry -e scaffold-eth/create-eth-extensions:example
5763
5864
- name: Install application (No solidity framework with extension configuration)
5965
if: matrix.config == 'no_solidity_framework_with_extension'
66+
env:
67+
YARN_ENABLE_IMMUTABLE_INSTALLS: false
68+
YARN_ENABLE_INLINE_BUILDS: false
6069
run: npx --yes create-eth@latest new_project_no_solidity_framework_with_extension -s none -e scaffold-eth/create-eth-extensions:example
6170

6271
- name: Run chain and deploy

0 commit comments

Comments
 (0)