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 4badeb4 commit 97a288bCopy full SHA for 97a288b
.github/workflows/live-test.yml
@@ -35,7 +35,7 @@ jobs:
35
- name: Run recorded tests
36
run: dotnet test ./tests/OpenAI.Tests.csproj
37
--configuration Release
38
- --filter="(TestCategory=Chat|TestCategory=Embeddings|TestCategory=Responses)&TestCategory!=MPFD"
+ --filter="(TestCategory=Chat|TestCategory=Embeddings|TestCategory=Responses|TestCategory=Audio)&TestCategory!=MPFD"
39
--logger "trx;LogFilePrefix=live"
40
--results-directory ${{ github.workspace }}/artifacts/test-results
41
${{ env.version_suffix_args }}
0 commit comments