소스 검색

need path to sed on macos 3

Tig 1 년 전
부모
커밋
53a8f1d04a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/dotnet-core.yml

+ 1 - 0
.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