File tree 3 files changed +12
-0
lines changed
3 files changed +12
-0
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 :
@@ -129,6 +132,13 @@ jobs:
129
132
run : |
130
133
poetry run python tests/integration/integration_tests.py
131
134
135
+ - name : Run integration tests - Anthropic
136
+ env :
137
+ CODEGATE_PROVIDERS : " anthropic"
138
+ ENV_COPILOT_KEY : ${{ secrets.anthropic-key }}
139
+ run : |
140
+ poetry run python tests/integration/integration_tests.py
141
+
132
142
- name : Print the container logs (useful for debugging)
133
143
if : always()
134
144
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]
You can’t perform that action at this time.
0 commit comments