ci(v2): include OpcUaServer.IntegrationTests in integration matrix
This commit is contained in:
10
.github/workflows/v2-ci.yml
vendored
10
.github/workflows/v2-ci.yml
vendored
@@ -61,10 +61,16 @@ jobs:
|
|||||||
integration:
|
integration:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
|
matrix:
|
||||||
|
project:
|
||||||
|
- tests/Server/ZB.MOM.WW.OtOpcUa.Host.IntegrationTests
|
||||||
|
- tests/Server/ZB.MOM.WW.OtOpcUa.OpcUaServer.IntegrationTests
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: actions/setup-dotnet@v4
|
- uses: actions/setup-dotnet@v4
|
||||||
with:
|
with:
|
||||||
dotnet-version: 10.0.x
|
dotnet-version: 10.0.x
|
||||||
- name: dotnet test Host.IntegrationTests
|
- name: dotnet test ${{ matrix.project }}
|
||||||
run: dotnet test tests/Server/ZB.MOM.WW.OtOpcUa.Host.IntegrationTests --configuration Release --filter "Category!=E2E"
|
run: dotnet test ${{ matrix.project }} --configuration Release --filter "Category!=E2E"
|
||||||
|
|||||||
Reference in New Issue
Block a user