Skip to content

Commit 829c98d

Browse files
committed
clement solution
1 parent 14415d7 commit 829c98d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,7 @@ jobs:
149149
path: clients/algoliasearch-client-javascript/packages/${{ matrix.client }}
150150

151151
- name: Remove generated clients
152-
run: |
153-
echo "delete the following folders:"
154-
find clients/algoliasearch-client-javascript/packages -type d -mindepth 1 -maxdepth 1 -not -path "*/${{ matrix.client }}"
155-
find clients/algoliasearch-client-javascript/packages -type d -mindepth 1 -maxdepth 1 -not -path "*/${{ matrix.client }}" | xargs rm -rf
152+
run: cd clients/algoliasearch-client-javascript/packages && ls . | grep -v -E "(client-common|requester-)" | xargs rm -rf
156153

157154
- name: Setup
158155
if: ${{ steps.cache.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)