Skip to content

Commit

Permalink
Update DotNetCore_Unit_Tests_Win.yaml
Browse files Browse the repository at this point in the history
Update DotNetCore_Unit_Tests_Linux.yaml
Update DotNetCore_Unit_Tests_Win.yaml
Update DotNetCore_Unit_Tests_Linux.yaml
Update DotNetCore_Unit_Tests_Linux.yaml
Update DotNetCore_Unit_Tests_Linux.yaml
  • Loading branch information
webprofusion-chrisc committed Nov 5, 2024
1 parent 018624d commit 93e01fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/DotNetCore_Unit_Tests_Linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,12 @@ jobs:
- name: Install Dependencies & Build Certify.Core.Tests.Unit
run: |
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.2.0
dotnet tool install --global dotnet-reportgenerator-globaltool --version 5.3.8
dotnet add package GitHubActionsTestLogger
dotnet restore -f net9.0
dotnet build ./certify/src/Certify.Tests/Certify.Core.Tests.Unit/Certify.Core.Tests.Unit.csproj -c Debug -f net9.0 --property WarningLevel=0 /clp:ErrorsOnly
pwd
ls
dotnet build -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
4 changes: 2 additions & 2 deletions .github/workflows/DotNetCore_Unit_Tests_Win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
echo "C:\Program Files\step_0.24.4\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Pull step-ca Docker Image
run: docker pull jrnelson90/step-ca-win
run: docker pull webprofusion/step-ca-win

- name: Cache NuGet Dependencies
uses: actions/cache@v3
Expand All @@ -81,7 +81,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/src/Certify.Tests/Certify.Core.Tests.Unit/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 93e01fc

Please sign in to comment.