Merge pull request #9525 from appwrite/pla-2676

chore: stop tests on failure
This commit is contained in:
Christy Jacob 2025-03-21 15:15:09 +05:30 committed by GitHub
commit c7301af18a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
stopOnFailure="true"
>
<extensions>
<extension class="Appwrite\Tests\TestHook" />