Skip to content

Commit

Permalink
install php-xdebug in CI for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-davis committed Jun 15, 2023
1 parent 9d75290 commit 9398dda
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .drone.star
Expand Up @@ -52,6 +52,10 @@ config = {
"defaultDatabases": {
"coverage": False,
"enableApp": False,
"extraCommandsBeforeTestRun": [
"apt update -y",
"apt-get install php-xdebug",
],
},
},
}
Expand Down

0 comments on commit 9398dda

Please sign in to comment.