File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,6 @@ jobs:
115
115
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
116
116
- name : Install dependencies
117
117
run : npm i --no-audit
118
- - name : Compile contracts
119
- run : npm run compile
120
118
- name : Install Foundry
121
119
uses : foundry-rs/foundry-toolchain@v1
122
120
with :
@@ -142,8 +140,6 @@ jobs:
142
140
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
143
141
- name : Install dependencies
144
142
run : npm i --no-audit
145
- - name : Compile contracts
146
- run : npm run compile
147
143
- name : Install Foundry
148
144
uses : foundry-rs/foundry-toolchain@v1
149
145
with :
@@ -169,8 +165,6 @@ jobs:
169
165
key : ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
170
166
- name : Install dependencies
171
167
run : npm i --no-audit
172
- - name : Compile contracts
173
- run : npm run compile
174
168
- name : Install Foundry
175
169
uses : foundry-rs/foundry-toolchain@v1
176
170
with :
You canβt perform that action at this time.
0 commit comments