mirror of
https://github.com/garrytan/gstack.git
synced 2026-05-02 11:45:20 +02:00
revert: remove CI env unset — didn't fix routing
Unsetting CI/GITHUB_ACTIONS didn't improve routing test results (still 1/11 in container). The issue is model behavior in containerized environments, not env vars. Routing tests will be tracked as a known CI gap. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -115,10 +115,6 @@ jobs:
|
||||
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
|
||||
GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}
|
||||
EVALS_CONCURRENCY: "40"
|
||||
# Unset CI markers so Claude CLI behaves like a local environment
|
||||
# (CI=true changes Claude's routing/tool selection behavior)
|
||||
CI: ""
|
||||
GITHUB_ACTIONS: ""
|
||||
run: EVALS=1 bun test --retry 2 --concurrent --max-concurrency 40 ${{ matrix.suite.file }}
|
||||
|
||||
- name: Upload eval results
|
||||
|
||||
Reference in New Issue
Block a user