diff --git a/.github/actions/run-integration-tests/action.yml b/.github/actions/run-integration-tests/action.yml index ec2f7b5db..e2db846e4 100644 --- a/.github/actions/run-integration-tests/action.yml +++ b/.github/actions/run-integration-tests/action.yml @@ -8,15 +8,12 @@ inputs: stack-config: description: 'Stack configuration: "ci-tests" or "server:ci-tests"' required: true - default: 'ci-tests' provider: description: 'Provider to use: "ollama" or "vllm"' required: true - default: 'ollama' inference-mode: description: 'Inference mode: "record" or "replay"' required: true - default: 'replay' outputs: logs-path: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8a70ea58c..a6ba00b6d 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -1,6 +1,6 @@ name: Integration Tests -run-name: Run the integration test suite with Ollama +run-name: Run the integration test suite from tests/integration on: push: