Skip to content

Commit d29f9ee

Browse files
authored
Updated CI for JS client (#217)
* Updated CI * Update verify-clients.yml
1 parent 6c855a9 commit d29f9ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/verify-clients.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ jobs:
5757
- name: Verify update JS client
5858
working-directory: js-client
5959
run: |
60+
npm install
6061
./update-models.sh
62+
npm run check-types
6163
6264
verify-java:
6365
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)