1
0
Fork 0
mirror of synced 2024-06-14 08:44:49 +12:00

Stop tests on failure

Since tests take almost 20 minute to run, stopping tests as soon as an
failure occurs will allow for faster iteration locally and also free up
resources in the CI pipeline.
This commit is contained in:
Steven Nguyen 2022-09-13 16:05:31 +00:00
parent 6fc7f9b384
commit f0626d2ee4

View file

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