瀏覽代碼

dotnet.yml

Tig 4 月之前
父節點
當前提交
a3418caa65
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/dotnet-core.yml

+ 2 - 2
.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/