Remove Codeception from the standard "cleanup-and-test" suite, move to "cleanup-and-test-full".

This commit is contained in:
Buster Neece 2024-03-02 15:35:48 -06:00
parent 17bf52612b
commit cfb190ba13
No known key found for this signature in database
1 changed files with 6 additions and 2 deletions

View File

@ -176,13 +176,17 @@
"@phpcbf",
"@dev-test"
],
"cleanup-and-test-full": [
"@phpcbf",
"@dev-test",
"@codeception-no-coverage"
],
"codeception": "codecept run --no-interaction --coverage --coverage-xml --fail-fast",
"codeception-no-coverage": "codecept run --no-interaction",
"dev-test": [
"@phplint",
"@phpstan",
"@phpcs",
"@codeception-no-coverage"
"@phpcs"
],
"phpcbf": "phpcbf",
"phpcs": "phpcs",