We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98c3459 commit 8a19f3cCopy full SHA for 8a19f3c
1 file changed
.github/workflows/ci-test.yaml
@@ -21,13 +21,12 @@ jobs:
21
- name: Install uv
22
run: pip install uv
23
24
- - name: cd into backend directory
25
- run: cd bindings/python
26
-
27
- name: Install dependencies
+ working-directory: bindings/python
28
run: source start.sh
29
30
- name: Run tests
31
run: make test
32
33
- name: Install docker-compose
@@ -37,6 +36,7 @@ jobs:
37
36
docker-compose --version
38
39
- name: Run integration tests
40
run: |
41
make test-integration
42
0 commit comments