File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name : Spring AI Integration Tests
2
- run-name : ${{ github.actor }} is testing out GitHub Actions 🚀
2
+ run-name : Spring AI Integration Tests
3
3
on : [push]
4
4
jobs :
5
5
test-azure-openai-model :
19
19
- name : Run Azure OpenAI model tests
20
20
run : ./mvnw -pl models/spring-ai-azure-openai -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
21
21
env :
22
- AZURE_OPENAI_API_KEY : foobar
22
+ AZURE_OPENAI_API_KEY : ${{ secrets.AZURE_OPENAI_API_KEY }}
23
23
AZURE_OPENAI_ENDPOINT : https://localhost
24
24
test-bedrock-model :
25
25
runs-on : ubuntu-latest
38
38
- name : Run Bedrock model tests
39
39
run : ./mvnw -pl models/spring-ai-bedrock -Pintegration-tests -Dfailsafe.rerunFailingTestsCount=2 -am verify
40
40
env :
41
- AWS_ACCESS_KEY_ID : key
41
+ AWS_ACCESS_KEY_ID : ${{ secrets.AWS_ACCESS_KEY_ID }}
42
42
AWS_SECRET_ACCESS_KEY : secret
You can’t perform that action at this time.
0 commit comments