Skip to content

Commit f118ed6

Browse files
committed
🤖 ci: use ollama filter pattern
1 parent 2457f4a commit f118ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
166166
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
167167
OLLAMA_BASE_URL: http://localhost:11434/api
168-
TEST_TARGET: ${{ github.event.inputs.test_filter || 'tests/ipcMain/ollama.test.ts' }}
168+
TEST_TARGET: ${{ github.event.inputs.test_filter || 'ollama' }}
169169

170170
- name: Upload coverage to Codecov
171171
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)