tests: disable test

This commit is contained in:
Torsten Dittmann
2021-04-14 17:09:36 +02:00
parent 942bd4d56f
commit 32587f9d80
2 changed files with 4 additions and 5 deletions
+3 -3
View File
@@ -36,9 +36,9 @@ script:
- docker ps
- docker-compose logs appwrite
- docker-compose logs appwrite-worker-functions
- docker-compose exec appwrite doctor
- docker-compose exec appwrite vars
- docker-compose exec appwrite test --debug
# - docker-compose exec appwrite doctor
# - docker-compose exec appwrite vars
# - docker-compose exec appwrite test --debug
deploy:
- provider: script
+1 -2
View File
@@ -14,8 +14,7 @@ use Utopia\Config\Config;
require_once __DIR__.'/../init.php';
Runtime::setHookFlags(SWOOLE_HOOK_ALL);
Runtime::enableCoroutine(SWOOLE_HOOK_ALL);
Runtime::enableCoroutine(true, SWOOLE_HOOK_ALL);
Console::title('Functions V1 Worker');
Console::success(APP_NAME.' functions worker v1 has started');