diff --git a/.github/workflows/services-test.yml b/.github/workflows/services-test.yml index 9abf02d3..d3cd3c4f 100644 --- a/.github/workflows/services-test.yml +++ b/.github/workflows/services-test.yml @@ -35,6 +35,7 @@ jobs: - name: Test local server inference service with pytest run: | source .venv/bin/activate + cd services/inference make start_service_local sleep 20 pytest tests