Skip to content

Commit 2d60e38

Browse files
committed
rm only for utils
1 parent df43274 commit 2d60e38

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,10 +212,6 @@ jobs:
212212
with:
213213
type: js_utils
214214

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-
219215
- name: Setup
220216
uses: ./.github/actions/setup
221217
with:

0 commit comments

Comments
 (0)