From c3d682a2f063f30f52ddd49f07000727d87f9aca Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 16 Mar 2025 15:38:07 +0100 Subject: [PATCH] dotnet.yml --- .github/workflows/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 1b4dd45a0..2cf7c9339 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -17,7 +17,7 @@ jobs: # Turn off fail-fast to let all runners run even if there are errors fail-fast: true matrix: - os: [ ubuntu-latest, windows-latest, macos-latest ] + os: [ ubuntu-latest ] timeout-minutes: 10 steps: @@ -40,7 +40,7 @@ jobs: - name: Test run: | - sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json + #sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json dotnet test --no-restore --verbosity normal #--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings #mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/