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 27d0382 commit 8cbd14fCopy full SHA for 8cbd14f
.github/workflows/live-test.yml
@@ -25,7 +25,7 @@ jobs:
25
uses: actions/checkout@v2
26
27
- name: Run live tests
28
- run: dotnet test
+ run: dotnet test ./tests/OpenAI.Tests.csproj
29
--configuration Release
30
--filter="TestCategory!=Smoke&TestCategory!=Images&TestCategory!=Moderations&TestCategory!=Manual"
31
--logger "trx;LogFilePrefix=live"
.github/workflows/release.yml
@@ -47,7 +47,7 @@ jobs:
47
${{ env.version_suffix_args }}
48
49
- name: Run Live Tests
50
51
52
53
0 commit comments