Update paths
This commit is contained in:
parent
0f57209548
commit
347ed51214
|
@ -125,15 +125,14 @@
|
|||
},
|
||||
"install-unit-test-db": {
|
||||
"executor": "@nrwl/workspace:run-commands",
|
||||
"cwd": "plugins/wooocommerce",
|
||||
"options": {
|
||||
"command": "bash ./tests/bin/install.sh woo_test root root 127.0.0.1 latest"
|
||||
"command": "bash plugins/woocommerce/tests/bin/install.sh woo_test root root 127.0.0.1 latest"
|
||||
}
|
||||
},
|
||||
"test-code-coverage": {
|
||||
"executor": "@nrwl/workspace:run-commands",
|
||||
"options": {
|
||||
"command": "RUN_CODE_COVERAGE=1 bash ./tests/bin/phpunit.sh"
|
||||
"command": "RUN_CODE_COVERAGE=1 bash plugins/woocommerce/tests/bin/phpunit.sh"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue