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:
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:

View file

@ -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: