diff --git a/.github/workflows/netMicroservices.yml b/.github/workflows/netMicroservices.yml index ae932a3..fba0a82 100644 --- a/.github/workflows/netMicroservices.yml +++ b/.github/workflows/netMicroservices.yml @@ -30,4 +30,4 @@ jobs: cd ${{ matrix.project }} dotnet restore dotnet build --no-restore - dotnet test --no-build --if-present --verbosity normal + dotnet test --no-build --verbosity normal