Skip to content

Commit 12fb161

Browse files
committed
Removing explicit target runs for tests.
1 parent 948bf6d commit 12fb161

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

.github/workflows/live-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131

3232
- name: Run live tests
3333
run: dotnet test ./tests/OpenAI.Tests.csproj
34-
--framework net8.0
3534
--configuration Release
3635
--filter="TestCategory!=Smoke&TestCategory!=Assistants&TestCategory!=Images&TestCategory!=Uploads&TestCategory!=Moderations&TestCategory!=FineTuning&TestCategory!=Conversation&TestCategory!=Manual"
3736
--logger "trx;LogFilePrefix=live"

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,6 @@ jobs:
3838

3939
- name: Run unit tests
4040
run: dotnet test
41-
--framework net9.0
42-
--configuration Release
43-
--filter="TestCategory=Smoke&TestCategory!=Manual"
44-
--logger "trx;LogFilePrefix=smoke"
45-
--results-directory ${{github.workspace}}/artifacts/test-results
46-
${{ env.version_suffix_args}}
47-
48-
- name: Run unit tests .NET 8
49-
run: dotnet test
50-
--framework net8.0
5141
--configuration Release
5242
--filter="TestCategory=Smoke&TestCategory!=Manual"
5343
--logger "trx;LogFilePrefix=smoke"

.github/workflows/release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,13 @@ jobs:
4646

4747
- name: Unit Test
4848
run: dotnet test
49-
--framework net8.0
5049
--configuration Release
5150
--filter="TestCategory=Smoke&TestCategory!=Manual"
5251
--logger "trx;LogFileName=${{ github.workspace }}/artifacts/test-results/smoke.trx"
5352
${{ env.version_suffix_args }}
5453

5554
- name: Run Live Tests
5655
run: dotnet test ./tests/OpenAI.Tests.csproj
57-
--framework net8.0
5856
--configuration Release
5957
--filter="TestCategory!=Smoke&TestCategory!=Assistants&TestCategory!=Images&TestCategory!=Uploads&TestCategory!=Moderations&TestCategory!=FineTuning&TestCategory!=Conversation&TestCategory!=Manual"
6058
--logger "trx;LogFilePrefix=live"

0 commit comments

Comments
 (0)