This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 1212 copilot-key :
1313 description : ' The Copilot key to use for integration tests'
1414 required : true
15+ anthropic-key :
16+ description : ' The Anthropic key to use for integration tests'
17+ required : true
1518
1619jobs :
1720 integration-tests :
@@ -129,6 +132,13 @@ jobs:
129132 run : |
130133 poetry run python tests/integration/integration_tests.py
131134
135+ - name : Run integration tests - Anthropic
136+ env :
137+ CODEGATE_PROVIDERS : " anthropic"
138+ ENV_ANTHROPIC_KEY : ${{ secrets.anthropic-key }}
139+ run : |
140+ poetry run python tests/integration/integration_tests.py
141+
132142 - name : Print the container logs (useful for debugging)
133143 if : always()
134144 run : |
Original file line number Diff line number Diff line change 2828 artifact-name : " codegate-image"
2929 secrets :
3030 copilot-key : ${{ secrets.INTEGRATION_TESTS_COPILOT_KEY }}
31+ anthropic-key : ${{ secrets.INTEGRATION_TESTS_ANTHROPIC_KEY }}
Original file line number Diff line number Diff line change 2727 artifact-name : " codegate-image"
2828 secrets :
2929 copilot-key : ${{ secrets.INTEGRATION_TESTS_COPILOT_KEY }}
30+ anthropic-key : ${{ secrets.INTEGRATION_TESTS_ANTHROPIC_KEY }}
3031 openapi :
3132 name : Generate the OpenAPI docs
3233 needs : [ci]
You can’t perform that action at this time.
0 commit comments