Test the release, don't ignore test return code
Some checks failed
Dotnet build and test / build (push) Failing after 3m7s
Some checks failed
Dotnet build and test / build (push) Failing after 3m7s
This commit is contained in:
parent
38bc659a58
commit
77e521b96d
2 changed files with 8 additions and 1 deletions
|
|
@ -48,4 +48,4 @@ jobs:
|
|||
--verbosity normal \
|
||||
--filter="Category!=Platform-Android" \
|
||||
--logger "xunit;LogFileName=test-results.xml" \
|
||||
&& echo "✅ Success !" || echo "❌ Fail ($?)!"
|
||||
&& echo "✅ Success !" || { echo "❌ Fail ($?)!"; exit 1; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue