Install de_DE language to the site during Docker bootstrap
This fixes an issue with the test that switches languages and It had to wait a long time to ensure the languages are installed.
This commit is contained in:
committed by
Jan Lysý
parent
f9e3322236
commit
0b701851e9
@@ -192,6 +192,9 @@ if [[ $BLOCKBASED_THEME == "1" ]]; then
|
||||
wp theme install twentytwentyfour --activate
|
||||
fi
|
||||
|
||||
# Install German language for testing in foreign languages
|
||||
wp language core install de_DE
|
||||
|
||||
# Remove Doctrine Annotations (they are not needed since generated metadata are packed)
|
||||
# We want to remove them for tests to make sure they are really not needed
|
||||
if [[ $TEST_TYPE == "acceptance" ]] && [[ $CIRCLE_JOB ]]; then
|
||||
|
Reference in New Issue
Block a user