mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-09 23:56:14 +01:00
parent
659e4dbccc
commit
33a7a0425e
2 changed files with 4 additions and 4 deletions
|
@ -114,7 +114,7 @@ cleanTestFiles() {
|
|||
# test related
|
||||
echo -n "Clean test related files ... "
|
||||
rm -rf \
|
||||
.Build/Web/typo3temp/var/tests/
|
||||
.Build/public/typo3temp/var/tests/
|
||||
echo "done"
|
||||
}
|
||||
|
||||
|
@ -430,7 +430,7 @@ fi
|
|||
|
||||
# Create .cache dir: composer need this.
|
||||
mkdir -p .cache
|
||||
mkdir -p .Build/Web/typo3temp/var/tests
|
||||
mkdir -p .Build/public/typo3temp/var/tests
|
||||
|
||||
IMAGE_PHP="ghcr.io/sbuerk/demo-core-testing-$(echo "php${PHP_VERSION}" | sed -e 's/\.//'):latest"
|
||||
IMAGE_ALPINE="docker.io/alpine:3.8"
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
},
|
||||
"typo3/cms": {
|
||||
"extension-key": "tea",
|
||||
"web-dir": ".Build/Web"
|
||||
"web-dir": ".Build/public"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
@ -149,7 +149,7 @@
|
|||
"@ci:ts:lint",
|
||||
"@ci:yaml:lint"
|
||||
],
|
||||
"ci:tests:create-directories": "mkdir -p .Build/Web/typo3temp/var/tests",
|
||||
"ci:tests:create-directories": "mkdir -p .Build/public/typo3temp/var/tests",
|
||||
"ci:tests:functional": [
|
||||
"@ci:tests:create-directories",
|
||||
"find 'Tests/Functional' -wholename '*Test.php' | parallel --gnu 'echo; echo \"Running functional test suite {}\"; .Build/bin/phpunit -c ./Configuration/FunctionalTests.xml {}';"
|
||||
|
|
Loading…
Reference in a new issue