diff --git a/.github/workflows/ci-sglang-integration-tests.yml b/.github/workflows/ci-sglang-integration-tests.yml index ab3188a8a..ee68ba322 100644 --- a/.github/workflows/ci-sglang-integration-tests.yml +++ b/.github/workflows/ci-sglang-integration-tests.yml @@ -83,4 +83,4 @@ jobs: run: pip install sentence_transformers - name: Run Integration Tests - run: pytest -v app_tests/integration_tests/sglang --log-cli-level=INFO + run: pytest -v app_tests/integration_tests/llm/sglang --log-cli-level=INFO