diff --git a/.drone.star b/.drone.star index 1fc6914..47bb26c 100644 --- a/.drone.star +++ b/.drone.star @@ -52,6 +52,9 @@ config = { "defaultDatabases": { "coverage": False, "enableApp": False, + "extraCommandsBeforeTestRun": [ + "apt-get install php-xdebug", + ], }, }, }