Skip to content

Commit fa3ccfc

Browse files
committed
attemp to fix action
1 parent 4389c28 commit fa3ccfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ts-sdk-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- name: Install dependencies
2626
run: yarn --frozen-lockfile
2727
- name: Running tests
28+
working-directory: ./clients/ts-sdk
2829
run: yarn vitest run
2930
- name: Running lint
31+
working-directory: ./clients/ts-sdk
3032
run: yarn lint

0 commit comments

Comments
 (0)