Update paths

This commit is contained in:
roykho 2021-11-17 07:58:53 -08:00
parent 0f57209548
commit 347ed51214
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
1 changed files with 2 additions and 3 deletions

View File

@ -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"
}
}
}