From 67b1f1dfcc971ac33c512b48d3248a6690a792b3 Mon Sep 17 00:00:00 2001 From: Radoslav Dimitrov Date: Thu, 23 Jan 2025 14:04:18 +0200 Subject: [PATCH] Enable the integration tests for OpenAI Signed-off-by: Radoslav Dimitrov --- .github/workflows/integration-tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 32143291..b39a21fd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -129,6 +129,13 @@ jobs: run: | poetry run python tests/integration/integration_tests.py + - name: Run integration tests - OpenAI + env: + CODEGATE_PROVIDERS: "openai" + ENV_OPENAI_KEY: ${{ secrets.copilot-key }} # We use the same key for OpenAI as the Copilot tests + run: | + poetry run python tests/integration/integration_tests.py + - name: Print the container logs (useful for debugging) if: always() run: |