Skip to content

Commit b605ac3

Browse files
committed
test
1 parent b85c705 commit b605ac3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -242,9 +242,7 @@ jobs:
242242
run: yarn cli cts run ${{ matrix.client.language }}
243243

244244
- name: Zip artifact before storing
245-
run:
246-
zip -r -y clients-${{ matrix.client.language }}.zip ${{ matrix.client.path }} ${{ matrix.client.testsToStore }} -x \
247-
"**/node_modules**" "**/.yarn/cache/**" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/vendor/**"
245+
run: zip -r -y clients-${{ matrix.client.language }}.zip ${{ matrix.client.path }} ${{ matrix.client.testsToStore }} -x "**/node_modules**" "**/.yarn/cache/**" "**/build/**" "**/dist/**" "**/.gradle/**" "**/bin/**" "**/vendor/**"
248246

249247
- name: Store ${{ matrix.client.language }} clients
250248
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)