test
This commit is contained in:
parent
c300fa8c36
commit
b708494389
2 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue