File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -213,17 +213,17 @@ jobs:
213
213
with :
214
214
type : js_utils
215
215
216
- - name : Setup
217
- uses : ./.github/actions/setup
218
- with :
219
- language : ${{ matrix.client.language }}
220
-
221
216
- name : Remove generated clients
222
217
if : ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' }}
223
218
run : |
224
219
cd clients/algoliasearch-client-javascript/packages && ls . | grep -v -E "(client-common|requester-|algoliasearch)" | xargs rm -rf
225
220
rm -rf clients/algoliasearch-client-javascript/packages/algoliasearch/lite
226
221
222
+ - name : Setup
223
+ uses : ./.github/actions/setup
224
+ with :
225
+ language : ${{ matrix.client.language }}
226
+
227
227
- name : Generate clients
228
228
if : ${{ steps.cache.outputs.cache-hit != 'true' }}
229
229
run : yarn cli generate ${{ matrix.client.language }} ${{ matrix.client.toRun }}
You can’t perform that action at this time.
0 commit comments