cognee/.github/workflows/test_llms.yml
2025-09-11 18:20:11 +02:00

25 lines
No EOL
459 B
YAML

name: LLM Test Suites
on:
workflow_call:
workflow_dispatch:
env:
RUNTIME__LOG_LEVEL: ERROR
ENV: 'dev'
jobs:
gemini-tests:
name: Gemini Tests
uses: ./.github/workflows/test_gemini.yml
secrets: inherit
fastembed-tests:
name: Fastembed Tests
uses: ./.github/workflows/test_fastembed.yml
secrets: inherit
openrouter-tests:
name: OpenRouter Tests
uses: ./.github/workflows/test_openrouter.yml
secrets: inherit