Skip to content

Commit 5b1cb44

Browse files
committed
testing
1 parent 3d69948 commit 5b1cb44

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deepeval-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: DeepEval RAG System Tests
33
on:
44
pull_request:
55
types: [opened, synchronize, reopened]
6-
branches: ["rag-33-debug", "RAG-33-31okt", "wip_3_12"]
6+
branches: ["RAG-217-debug"]
77
paths:
88
- 'src/**'
99
- 'tests/**'
@@ -94,7 +94,7 @@ jobs:
9494
2. Add the missing secrets with the appropriate values:
9595
9696
**Azure OpenAI Configuration:**
97-
- \`AZURE_OPENAI_ENDPOINT\` - Your Azure OpenAI resource endpoint (e.g., \`https://your-resource.openai.azure.com/\`)
97+
- \`AZURE_OPENAI_ENDPOINT\` - Your Azure OpenAI endpoint (e.g., \`https://your-resource.openai.azure.com/\`)
9898
- \`AZURE_OPENAI_API_KEY\` - Your Azure OpenAI API key
9999
- \`AZURE_OPENAI_DEPLOYMENT\` - Chat model deployment name (e.g., \`gpt-4o-mini\`)
100100
- \`AZURE_OPENAI_EMBEDDING_DEPLOYMENT\` - Embedding model deployment name (e.g., \`text-embedding-3-large\`)

0 commit comments

Comments
 (0)