From 53a8f1d04a8b47b6e4b00f06b29ca09865656498 Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 17:15:03 -0600 Subject: [PATCH] need path to sed on macos 3 --- .github/workflows/dotnet-core.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 7f9316f90..8c49b7f78 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -49,6 +49,7 @@ jobs: # Without it, the test runner crashes on ubuntu (but not Windows)/ - name: Test run: | + PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH" sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --diag:logs/logs.txt --blame --blame-crash --blame-hang --blame-hang-timeout 60s --blame-crash-collect-always