This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Commit 5c9b3b4
fix: exclude local provider tests from CI pipeline
- Add exclusions for :requires_service tag (Ollama, LM Studio)
- Add exclusions for :local_only tag (Bumblebee)
- Update CI exclusions in both mix.exs and centralized config
- Document the :local_only tag in test categories
This prevents CI failures when local services (Ollama, LM Studio) are not running
and when Bumblebee models are not downloaded, ensuring CI runs only truly
portable tests.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent a52e67b commit 5c9b3b4
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 | | |
128 | 131 | | |
129 | 132 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments