Skip to content

Commit 9cceb6d

Browse files
committed
πŸš€ πŸ—‘οΈ Remove npm run compile from foundry ci tests
1 parent 952f53b commit 9cceb6d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

β€Ž.github/workflows/tests.yml

-6
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ jobs:
115115
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
116116
- name: Install dependencies
117117
run: npm i --no-audit
118-
- name: Compile contracts
119-
run: npm run compile
120118
- name: Install Foundry
121119
uses: foundry-rs/foundry-toolchain@v1
122120
with:
@@ -142,8 +140,6 @@ jobs:
142140
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
143141
- name: Install dependencies
144142
run: npm i --no-audit
145-
- name: Compile contracts
146-
run: npm run compile
147143
- name: Install Foundry
148144
uses: foundry-rs/foundry-toolchain@v1
149145
with:
@@ -169,8 +165,6 @@ jobs:
169165
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
170166
- name: Install dependencies
171167
run: npm i --no-audit
172-
- name: Compile contracts
173-
run: npm run compile
174168
- name: Install Foundry
175169
uses: foundry-rs/foundry-toolchain@v1
176170
with:

0 commit comments

Comments
Β (0)