mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 06:56:13 +01:00
Revert "[TASK] run tests in separate processes"
This reverts commit 28892c988b075e57a6136d84f84c571191dea742.
This commit is contained in:
parent
37480c5a28
commit
7c4b9e8f18
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@
|
||||||
"ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests",
|
"ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests",
|
||||||
"ci:tests:functional": [
|
"ci:tests:functional": [
|
||||||
"@ci:tests:create-directories",
|
"@ci:tests:create-directories",
|
||||||
"paratest -f -c Build/phpunit/FunctionalTests.xml Tests/Functional"
|
"paratest -c Build/phpunit/FunctionalTests.xml Tests/Functional"
|
||||||
],
|
],
|
||||||
"ci:tests:unit": "phpunit -c Build/phpunit/UnitTests.xml Tests/Unit",
|
"ci:tests:unit": "phpunit -c Build/phpunit/UnitTests.xml Tests/Unit",
|
||||||
"ci:typoscript:lint": "typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",
|
"ci:typoscript:lint": "typoscript-lint -c Configuration/TsLint.yml --ansi -n --fail-on-warnings -vvv Configuration/TypoScript",
|
||||||
|
|
Loading…
Reference in a new issue