We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4389c28 commit fa3ccfcCopy full SHA for fa3ccfc
.github/workflows/ts-sdk-tests.yml
@@ -25,6 +25,8 @@ jobs:
25
- name: Install dependencies
26
run: yarn --frozen-lockfile
27
- name: Running tests
28
+ working-directory: ./clients/ts-sdk
29
run: yarn vitest run
30
- name: Running lint
31
32
run: yarn lint
0 commit comments