mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
need path to sed on macos 3
This commit is contained in:
1
.github/workflows/dotnet-core.yml
vendored
1
.github/workflows/dotnet-core.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user