Test the release, don't ignore test return code
This commit is contained in:
parent
91fc7f168b
commit
c665a3e95d
2 changed files with 8 additions and 1 deletions
|
|
@ -52,4 +52,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