Skip to content

Commit 8a19f3c

Browse files
committed
fix test error
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 98c3459 commit 8a19f3c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,12 @@ jobs:
2121
- name: Install uv
2222
run: pip install uv
2323

24-
- name: cd into backend directory
25-
run: cd bindings/python
26-
2724
- name: Install dependencies
25+
working-directory: bindings/python
2826
run: source start.sh
2927

3028
- name: Run tests
29+
working-directory: bindings/python
3130
run: make test
3231

3332
- name: Install docker-compose
@@ -37,6 +36,7 @@ jobs:
3736
docker-compose --version
3837
3938
- name: Run integration tests
39+
working-directory: bindings/python
4040
run: |
4141
make test-integration
4242

0 commit comments

Comments
 (0)