Skip to content

Commit 4675731

Browse files
committed
fix ci
1 parent 7b954b9 commit 4675731

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/actions/build-docs/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ runs:
66
steps:
77
- name: Build Documentation
88
shell: bash
9+
working-directory: packages/sdk/server-ai
910
run: make docs

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
- uses: ./.github/actions/build-docs
3333

3434
- name: Run tests
35+
working-directory: packages/sdk/server-ai
3536
run: make test
3637

3738
- name: Verify typehints
39+
working-directory: packages/sdk/server-ai
3840
run: make lint
3941

4042
windows:
@@ -63,4 +65,5 @@ jobs:
6365
run: poetry install
6466

6567
- name: Run tests
68+
working-directory: packages/sdk/server-ai
6669
run: make test

0 commit comments

Comments
 (0)