Commit b88cd12
committed
ci: Pass ANTHROPIC_API_KEY to backend tests
Enables integration tests requiring real API key to run in CI.
Changes:
- Add ANTHROPIC_API_KEY environment variable to backend-tests job
- Secret is passed from GitHub secrets to pytest process
- Tests in test_worker_agent_integration.py will now run instead of skip
Previously, 6 integration tests were skipped due to missing API key.
Now they will execute and validate real API behavior.1 parent c140790 commit b88cd12
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
| 105 | + | |
104 | 106 | | |
105 | 107 | | |
106 | 108 | | |
| |||
0 commit comments