File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8181 run : |
8282 echo "run_tests is set to: ${{ inputs.run_tests }}"
8383 if [ "${{ inputs.run_tests }}" == "true" ]; then
84- dotnet-sonarscanner begin /k:"DFE-Digital_external-applications -api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml;
84+ 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;
8585 else
86- dotnet-sonarscanner begin /k:"DFE-Digital_external-applications -api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io";
86+ dotnet-sonarscanner begin /k:"DFE-Digital_flexforms -api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io";
8787 fi
8888 dotnet build --no-restore -p:CI=${CI} ${{ inputs.project_path }}
8989
Original file line number Diff line number Diff line change 7070 env :
7171 CI : true
7272 run : |
73- dotnet-sonarscanner begin /k:"DFE-Digital_external-applications -api" /o:"dfe-digital" /d:sonar.token="${{ secrets.SONAR_TOKEN }}" /d:sonar.host.url="https://sonarcloud.io" /d:sonar.coverageReportPaths=CoverageReport/SonarQube.xml
73+ 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
7474 dotnet build GovUK.Dfe.FlexForms.Api.sln --no-restore -p:CI=${CI}
7575
7676 - name : Run Tests
You can’t perform that action at this time.
0 commit comments