mirror of
https://github.com/katanemo/plano.git
synced 2026-04-25 00:36:34 +02:00
ci(e2e): stabilize preference demo test execution (#865)
This commit is contained in:
parent
7606c55b4b
commit
aa16a6dc4b
2 changed files with 27 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -477,7 +477,7 @@ jobs:
|
|||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
cd demos/shared/test_runner && sh run_demo_tests.sh llm_routing/preference_based_routing
|
||||
cd demos/shared/test_runner && bash run_demo_tests.sh llm_routing/preference_based_routing
|
||||
|
||||
# ──────────────────────────────────────────────
|
||||
# E2E: demo — currency conversion
|
||||
|
|
@ -527,4 +527,4 @@ jobs:
|
|||
GROQ_API_KEY: ${{ secrets.GROQ_API_KEY }}
|
||||
run: |
|
||||
source venv/bin/activate
|
||||
cd demos/shared/test_runner && sh run_demo_tests.sh advanced/currency_exchange
|
||||
cd demos/shared/test_runner && bash run_demo_tests.sh advanced/currency_exchange
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue