mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
feat(tests): check for failing test
This commit is contained in:
parent
4a0958866b
commit
b580810c7d
2 changed files with 6 additions and 3 deletions
|
|
@ -6,6 +6,9 @@ arch:
|
|||
|
||||
os: linux
|
||||
|
||||
vm:
|
||||
size: x-large
|
||||
|
||||
language: shell
|
||||
|
||||
notifications:
|
||||
|
|
|
|||
|
|
@ -19,11 +19,11 @@
|
|||
<!-- <file>./tests/e2e/Client.php</file>
|
||||
<directory>./tests/e2e/General</directory>
|
||||
<directory>./tests/e2e/Scopes</directory> -->
|
||||
<!-- <directory>./tests/e2e/Services/Account</directory> -->
|
||||
<directory>./tests/e2e/Services/Account</directory>
|
||||
<!-- <directory>./tests/e2e/Services/Avatars</directory> -->
|
||||
<!-- <directory>./tests/e2e/Services/Database</directory> -->
|
||||
<directory>./tests/e2e/Services/Health</directory>
|
||||
<directory>./tests/e2e/Services/Locale</directory>
|
||||
<!-- <directory>./tests/e2e/Services/Health</directory>
|
||||
<directory>./tests/e2e/Services/Locale</directory> -->
|
||||
<!-- <directory>./tests/e2e/Services/Projects</directory> -->
|
||||
<!-- <directory>./tests/e2e/Services/Storage</directory> -->
|
||||
<!-- <directory>./tests/e2e/Services/Teams</directory> -->
|
||||
|
|
|
|||
Loading…
Reference in a new issue