This repository was archived by the owner on Jun 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 :
@@ -136,6 +139,13 @@ jobs:
136139 run : |
137140 poetry run python tests/integration/integration_tests.py
138141
142+ - name : Run integration tests - Anthropic
143+ env :
144+ CODEGATE_PROVIDERS : " anthropic"
145+ ENV_ANTHROPIC_KEY : ${{ secrets.anthropic-key }}
146+ run : |
147+ poetry run python tests/integration/integration_tests.py
148+
139149 - name : Print the container logs (useful for debugging)
140150 if : always()
141151 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