File tree 4 files changed +13
-9
lines changed
4 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 12
12
copilot-key :
13
13
description : ' The Copilot key to use for integration tests'
14
14
required : true
15
+ anthropic-key :
16
+ description : ' The Anthropic key to use for integration tests'
17
+ required : true
15
18
16
19
jobs :
17
20
integration-tests :
@@ -136,6 +139,13 @@ jobs:
136
139
run : |
137
140
poetry run python tests/integration/integration_tests.py
138
141
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
+
139
149
- name : Print the container logs (useful for debugging)
140
150
if : always()
141
151
run : |
Original file line number Diff line number Diff line change 28
28
artifact-name : " codegate-image"
29
29
secrets :
30
30
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 27
27
artifact-name : " codegate-image"
28
28
secrets :
29
29
copilot-key : ${{ secrets.INTEGRATION_TESTS_COPILOT_KEY }}
30
+ anthropic-key : ${{ secrets.INTEGRATION_TESTS_ANTHROPIC_KEY }}
30
31
openapi :
31
32
name : Generate the OpenAPI docs
32
33
needs : [ci]
Original file line number Diff line number Diff line change @@ -217,15 +217,7 @@ testcases:
217
217
"temperature":0
218
218
}
219
219
likes : |
220
- Hello! I'm CodeGate, your security-focused AI assistant. I can help you with:
221
-
222
- - Software security analysis and reviews
223
- - Package security assessments
224
- - Secure coding practices and guidance
225
- - Security vulnerability analysis
226
- - Best practices for secure implementations
227
-
228
- How can I assist you with your security needs today?
220
+ Hello! How can I assist you today?
229
221
230
222
anthropic_fim :
231
223
name : Anthropic FIM
You can’t perform that action at this time.
0 commit comments