We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bc1d3 commit a3418caCopy full SHA for a3418ca
.github/workflows/dotnet-core.yml
@@ -17,7 +17,7 @@ jobs:
17
# Turn off fail-fast to let all runners run even if there are errors
18
fail-fast: true
19
matrix:
20
- os: [ ubuntu-latest, windows-latest, macos-latest ]
+ os: [ ubuntu-latest ]
21
22
timeout-minutes: 10
23
steps:
@@ -40,7 +40,7 @@ jobs:
40
41
- name: Test
42
run: |
43
- sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
+ #sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
44
dotnet test --no-restore --verbosity normal
45
#--collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
46
#mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
0 commit comments