Skip to content

Commit a8a33fb

Browse files
committed
stopOnFail true for publish action
1 parent 462459b commit a8a33fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747

4848
- name: Test to generate Code Coverage Report
4949
run: |
50+
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
5051
dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
5152
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
5253

0 commit comments

Comments
 (0)