Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit dd2fc4c

Browse files
authored
Enable the integration tests for OpenAI (#740)
Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
1 parent e989015 commit dd2fc4c

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/integration-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,13 @@ jobs:
129129
run: |
130130
poetry run python tests/integration/integration_tests.py
131131
132+
- name: Run integration tests - OpenAI
133+
env:
134+
CODEGATE_PROVIDERS: "openai"
135+
ENV_OPENAI_KEY: ${{ secrets.copilot-key }} # We use the same key for OpenAI as the Copilot tests
136+
run: |
137+
poetry run python tests/integration/integration_tests.py
138+
132139
- name: Print the container logs (useful for debugging)
133140
if: always()
134141
run: |

0 commit comments

Comments
 (0)