This commit is contained in:
Ashwin Bharambe 2025-07-29 17:47:54 -07:00
parent d0cd6280e6
commit ea1b4abdd6
2 changed files with 1 additions and 4 deletions

View file

@ -8,15 +8,12 @@ inputs:
stack-config: stack-config:
description: 'Stack configuration: "ci-tests" or "server:ci-tests"' description: 'Stack configuration: "ci-tests" or "server:ci-tests"'
required: true required: true
default: 'ci-tests'
provider: provider:
description: 'Provider to use: "ollama" or "vllm"' description: 'Provider to use: "ollama" or "vllm"'
required: true required: true
default: 'ollama'
inference-mode: inference-mode:
description: 'Inference mode: "record" or "replay"' description: 'Inference mode: "record" or "replay"'
required: true required: true
default: 'replay'
outputs: outputs:
logs-path: logs-path:

View file

@ -1,6 +1,6 @@
name: Integration Tests name: Integration Tests
run-name: Run the integration test suite with Ollama run-name: Run the integration test suite from tests/integration
on: on:
push: push: