Skip to content

Commit

Permalink
devops: update all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
live-dev999 committed Nov 11, 2021
1 parent 334c96e commit 7900554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
working-directory: src/Services/c-gen/Tests/Tests.O2NextGen.CertificateManagement.Api/

- name: C-Gen - Integration Tests
run: dotnet test src/Services/c-gen/Tests/IntegrationTests.O2NextGen.CertificateManagement.Api/IntegrationTests.O2NextGen.CertificateManagement.Api.csproj --no-build --verbosity normal /p:MergeWith=src/Services/c-gen/Tests/Tests.O2NextGen.CertificateManagement.Api/TestResults/Tests.O2NextGen.CertificateManagement.Api.info /p:CollectCoverage=true /p:CoverletOutput=TestResults/IntegrationTests.O2NextGen.CertificateManagement.Api.info /p:CoverletOutputFormat=lcov
run: dotnet test src/Services/c-gen/Tests/IntegrationTests.O2NextGen.CertificateManagement.Api/IntegrationTests.O2NextGen.CertificateManagement.Api.csproj --no-build --verbosity normal /p:MergeWith=src/Services/c-gen/Tests/Tests.O2NextGen.CertificateManagement.Api/TestResults/Tests.O2NextGen.CertificateManagement.Api.info /p:CollectCoverage=true /p:CoverletOutput=TestResults/IntegrationTests.O2NextGen.CertificateManagement.Api.info /p:CoverletOutputFormat=lcov

- name: Auth - Restore dependencies
run: dotnet restore
Expand All @@ -39,8 +39,8 @@ jobs:
working-directory: src/Services/auth

- name: Auth - Unit Tests
run: dotnet test Tests.O2NextGen.Auth.Web.csproj --no-build --verbosity normal /p:CollectCoverage=true /p:MergeWith=src/Services/c-gen/Tests/IntegrationTests.O2NextGen.CertificateManagement.Api/TestResults/IntegrationTests.O2NextGen.CertificateManagement.Api.info /p:CoverletOutput=TestResults/Tests.O2NextGen.Auth.Web.info /p:CoverletOutputFormat=lcov
working-directory: src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/
run: dotnet test src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/Tests.O2NextGen.Auth.Web.csproj --no-build --verbosity normal /p:CollectCoverage=true /p:MergeWith=src/Services/c-gen/Tests/IntegrationTests.O2NextGen.CertificateManagement.Api/TestResults/IntegrationTests.O2NextGen.CertificateManagement.Api.info
/p:CoverletOutput=TestResults/Tests.O2NextGen.Auth.Web.info /p:CoverletOutputFormat=lcov

- name: Auth - Integration Tests
run: dotnet test src/Services/auth/Tests/IntegrationTests.O2NextGen.Auth.Web/IntegrationTests.O2NextGen.Auth.Web.csproj --no-build --verbosity normal /p:MergeWith=src/Services/auth/Tests/Tests.O2NextGen.Auth.Web/TestResults/Tests.O2NextGen.Auth.Web.info /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=lcov
Expand Down

0 comments on commit 7900554

Please sign in to comment.