Skip to content

Commit ce79f4e

Browse files
authored
SWI-4164 Fix Nightly Tests (#93)
1 parent 996509f commit ce79f4e

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

.github/workflows/test-nightly.yml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -44,33 +44,9 @@ jobs:
4444
DOTNET_VERSION: ${{ matrix.dotnet }}
4545
run: dotnet test src/Bandwidth.Standard.Test
4646

47-
test_feature:
48-
name: Test Feature Branch Nightly
49-
runs-on: ${{ matrix.os }}
50-
strategy:
51-
matrix:
52-
os: [windows-2022, windows-2019, ubuntu-22.04, ubuntu-20.04]
53-
dotnet: [6.0.x, 7.0.x]
54-
steps:
55-
- name: Checkout repo
56-
uses: actions/checkout@v3
57-
with:
58-
ref: "feature/openapi-generator-sdk"
59-
60-
- name: Setup .NET
61-
uses: actions/setup-dotnet@v3
62-
with:
63-
dotnet-version: ${{ matrix.dotnet }}
64-
65-
- name: Run functional tests
66-
env:
67-
OPERATING_SYSTEM: ${{ matrix.os }}
68-
DOTNET_VERSION: ${{ matrix.dotnet }}
69-
run: dotnet test src/Bandwidth.Standard.Test
70-
7147
notify_for_failures:
7248
name: Notify for failures
73-
needs: [test_main, test_feature]
49+
needs: [test_main]
7450
if: failure()
7551
runs-on: ubuntu-latest
7652
steps:

0 commit comments

Comments
 (0)