Skip to content

Commit 8a77a84

Browse files
committed
Try only Chat tests
1 parent f189468 commit 8a77a84

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 live tests
3636
run: dotnet test ./tests/OpenAI.Tests.csproj
3737
--configuration Release
38-
--filter="TestCategory!=Smoke&TestCategory!=Assistants&TestCategory!=StoredChat&TestCategory!=Images&TestCategory!=Uploads&TestCategory!=Moderations&TestCategory!=FineTuning&TestCategory!=Containers&TestCategory!=Conversation&TestCategory!=MCP&TestCategory!=Manual"
38+
--filter="TestCategory=Chat"
3939
--logger "trx;LogFilePrefix=live"
4040
--results-directory ${{github.workspace}}/artifacts/test-results
4141
${{ env.version_suffix_args}}

0 commit comments

Comments
 (0)