Skip to content

Commit fbc8aaf

Browse files
committed
before
1 parent 4be2b70 commit fbc8aaf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,17 +213,17 @@ jobs:
213213
with:
214214
type: js_utils
215215

216-
- name: Setup
217-
uses: ./.github/actions/setup
218-
with:
219-
language: ${{ matrix.client.language }}
220-
221216
- name: Remove generated clients
222217
if: ${{ steps.cache.outputs.cache-hit != 'true' && matrix.client.language == 'javascript' }}
223218
run: |
224219
cd clients/algoliasearch-client-javascript/packages && ls . | grep -v -E "(client-common|requester-|algoliasearch)" | xargs rm -rf
225220
rm -rf clients/algoliasearch-client-javascript/packages/algoliasearch/lite
226221
222+
- name: Setup
223+
uses: ./.github/actions/setup
224+
with:
225+
language: ${{ matrix.client.language }}
226+
227227
- name: Generate clients
228228
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
229229
run: yarn cli generate ${{ matrix.client.language }} ${{ matrix.client.toRun }}

0 commit comments

Comments
 (0)