test
All checks were successful
/ test (push) Successful in 1s
Unit Testing / Run phpunit tests (pull_request) Successful in 4m11s

This commit is contained in:
André Menrath 2024-09-21 09:21:19 +02:00
parent b708494389
commit 811c5a9ec8

1
bin/install-wp-tests.sh Executable file → Normal file
View file

@ -54,6 +54,7 @@ fi
set -ex set -ex
install_wp() { install_wp() {
rm -rf $WP_CORE_DIR
if [ -d $WP_CORE_DIR ]; then if [ -d $WP_CORE_DIR ]; then
return; return;