diff --git a/.github/workflows/test-solution.yml b/.github/workflows/test-solution.yml index 7f03ed1..c28e685 100644 --- a/.github/workflows/test-solution.yml +++ b/.github/workflows/test-solution.yml @@ -73,7 +73,7 @@ jobs: dotnet-sonarscanner begin /k:"DFE-Digital_flexforms-api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml dotnet build GovUK.Dfe.FlexForms.Api.sln --no-restore -p:CI=${CI} - - name: Run Tests + - name: Run Tests env: CI: true ASPNETCORE_DATAPROTECTION_PROVIDER: NONE