mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
test add explicit safe directories
This commit is contained in:
@@ -15,14 +15,17 @@
|
||||
"format": "vendor/bin/phpcbf",
|
||||
"benchmark": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"git config --global --add safe.directory /app",
|
||||
"vendor/bin/phpbench run --report=appwrite"
|
||||
],
|
||||
"benchmark-tag": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"git config --global --add safe.directory /app",
|
||||
"vendor/bin/phpbench run --report=appwrite --tag=baseline"
|
||||
],
|
||||
"benchmark-compare": [
|
||||
"Composer\\Config::disableProcessTimeout",
|
||||
"git config --global --add safe.directory /app",
|
||||
"vendor/bin/phpbench run --report=appwrite --ref=baseline"
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user