We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b78226 commit 9795e4fCopy full SHA for 9795e4f
.github/workflows/live-test.yml
@@ -37,8 +37,8 @@ jobs:
37
--configuration Release
38
--filter="(TestCategory=Chat|TestCategory=Embeddings|TestCategory=Responses)&TestCategory!=MPFD"
39
--logger "trx;LogFilePrefix=live"
40
- --results-directory ${{github.workspace}}/artifacts/test-results
41
- ${{ env.version_suffix_args}}
+ --results-directory ${{ github.workspace }}/artifacts/test-results
+ ${{ env.version_suffix_args }}
42
env:
43
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
44
0 commit comments