Skip to content

Commit 97a288b

Browse files
committed
enable recorded tests for audio
1 parent 4badeb4 commit 97a288b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/live-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run recorded tests
3636
run: dotnet test ./tests/OpenAI.Tests.csproj
3737
--configuration Release
38-
--filter="(TestCategory=Chat|TestCategory=Embeddings|TestCategory=Responses)&TestCategory!=MPFD"
38+
--filter="(TestCategory=Chat|TestCategory=Embeddings|TestCategory=Responses|TestCategory=Audio)&TestCategory!=MPFD"
3939
--logger "trx;LogFilePrefix=live"
4040
--results-directory ${{ github.workspace }}/artifacts/test-results
4141
${{ env.version_suffix_args }}

0 commit comments

Comments
 (0)