File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -148,6 +148,10 @@ jobs:
148
148
)}}
149
149
path : clients/algoliasearch-client-javascript/packages/${{ matrix.client }}
150
150
151
+ - name : Remove generated clients
152
+ if : ${{ steps.cache.outputs.cache-hit != 'true' }}
153
+ run : cd clients/algoliasearch-client-javascript/packages && ls | grep -v -E "(client-common|requester-*)" | xargs rm -rf
154
+
151
155
- name : Setup
152
156
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
153
157
uses : ./.github/actions/setup
@@ -208,6 +212,10 @@ jobs:
208
212
with :
209
213
type : js_utils
210
214
215
+ - name : Remove generated clients
216
+ if : ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' }}
217
+ run : cd ${{ matrix.client.path }}/packages && ls | grep -v -E "(client-common|requester-*)" | xargs rm -rf
218
+
211
219
- name : Setup
212
220
uses : ./.github/actions/setup
213
221
with :
You can’t perform that action at this time.
0 commit comments