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 6b0b5b0 commit bec62fb
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,20 +148,27 @@ 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
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 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
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
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 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
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 cli_command

0 comments on commit bec62fb

Please sign in to comment.