diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb16e2a..e7d8b0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,15 +67,6 @@ jobs: /p:CoverletOutput=./coverage/coverage-auth.xml ` /p:CoverletOutputFormat=opencover - - name: Test Email API - run: | - dotnet test ./Streetcode/Streetcode.Email.XUnitTest/Streetcode.Email.XUnitTest.csproj ` - --configuration Release ` - --no-build ` - /p:CollectCoverage=true ` - /p:CoverletOutput=./coverage/coverage-email.xml ` - /p:CoverletOutputFormat=opencover - - name: SonarScanner End if: always() env: