Skip to content

Commit

Permalink
Update DotNetCore_Unit_Tests_Linux.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc authored Aug 6, 2024
1 parent b457202 commit 818fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/DotNetCore_Unit_Tests_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.2.0
dotnet add package GitHubActionsTestLogger
dotnet restore -f net9.0
dotnet build Certify.Core.Tests.Unit.csproj -c Debug -f net9.0 --property WarningLevel=0 /clp:ErrorsOnly
dotnet build ./Certify.Core.Tests.Unit.csproj -c Debug -f net9.0 --property WarningLevel=0 /clp:ErrorsOnly
working-directory: ./certify/src/Certify.Tests/Certify.Core.Tests.Unit

- name: Run Certify.Core.Tests.Unit Tests
Expand Down

0 comments on commit 818fd05

Please sign in to comment.