Skip to content

Commit

Permalink
BUGS-6563: reinstall between tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Wagner committed Sep 27, 2023
1 parent 2ffb777 commit 6b0b5b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,20 @@ jobs:
command: |
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
vendor/bin/phpunit --group db_create
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
vendor/bin/phpunit --group cli_command
rm -rf $WP_TESTS_DIR $WP_CORE_DIR
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest true
WP_MULTISITE=1 vendor/bin/phpunit --group db_create
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
# WP_MULTISITE=1 vendor/bin/phpunit --group cli_command
rm -rf $WP_TESTS_DIR $WP_CORE_DIR
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest true
vendor/bin/phpunit --group db_create
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
vendor/bin/phpunit --group cli_command
rm -rf $WP_TESTS_DIR $WP_CORE_DIR
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 nightly true
vendor/bin/phpunit --group db_create
bash bin/install-wp-tests.sh wordpress_test root '' 127.0.0.1 latest
vendor/bin/phpunit --group cli_command

0 comments on commit 6b0b5b0

Please sign in to comment.