Skip to content

Commit

Permalink
try with feat/openapi-alignment branch
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed May 16, 2024
1 parent 749574c commit 0c87645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sdk-typecheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
with:
repository: 'GetStream/stream-video-js'
path: stream-video-js
ref: feat/openapi-alignment

- name: Setup Node
uses: actions/setup-node@v4
Expand All @@ -44,7 +45,7 @@ jobs:
cache: 'yarn'
cache-dependency-path: stream-video-js/yarn.lock

- name: Install SDK dependencies
- name: Install SDK dependencies and sneak in updated types
working-directory: stream-video-js
run: |
yarn install --immutable
Expand Down

0 comments on commit 0c87645

Please sign in to comment.