diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 1c1ab1e6..02c25aac 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false # Continue running other tests if one fails matrix: python-version: [ "3.12" ] - test-provider: [ "copilot", "openai", "anthropic", "ollama", "vllm", "llamacpp", "openrouter" ] + test-provider: [ "copilot", "openai", "anthropic", "vllm", "llamacpp", "openrouter" ] env: ENV_COPILOT_KEY: ${{ secrets.copilot-key }} ENV_OPENAI_KEY: ${{ secrets.copilot-key }} # We use the same key for OpenAI as the Copilot tests