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: |