test
Some checks failed
/ test (push) Successful in 0s
Unit Testing / Run phpunit tests (pull_request) Failing after 4m13s

This commit is contained in:
André Menrath 2024-09-21 09:13:38 +02:00
parent c300fa8c36
commit b708494389
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ jobs:
run: git clone https://code.event-federation.eu/Event-Federation/wordpress-activitypub.git $WP_CORE_DIR/wp-content/plugins/activitypub/
- name: Setup Test Environment
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 latest
run: bash bin/install-wp-tests.sh wordpress_test root root 127.0.0.1 6.6
- run: ls -l $WP_CORE_DIR && ls -l $WP_CORE_DIR/wp-includes && ls -l $WP_CORE_DIR/wp-includes/PHPMailer/

View file

@ -14,6 +14,6 @@ steps:
- docker-php-ext-enable mbstring mysqli pdo_mysql intl gd zip bz2
- composer require --dev yoast/phpunit-polyfills:"^3.0"
- composer install
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql latest true
- bash bin/install-wp-tests.sh wordpress_tests root mysql mysql 6.6 true
- phpunit --configuration phpunit.xml.dist