File tree Expand file tree Collapse file tree 1 file changed +1
-25
lines changed
Expand file tree Collapse file tree 1 file changed +1
-25
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments