Skip to content

Commit e4ba660

Browse files
committed
Make sure we properly initiate DB tables
1 parent 243d472 commit e4ba660

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
MYSQL_HOST: 127.0.0.1
1313
- image: circleci/mysql:5.7
1414
environment:
15-
MYSQL_DB: wp_cli_test_scaffold
1615
MYSQL_USER: wp_cli_test
1716
MYSQL_PASSWORD: password1
1817
MYSQL_HOST: 127.0.0.1
@@ -27,6 +26,7 @@ jobs:
2726
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
2827
- run: |
2928
composer install
29+
composer prepare-tests
3030
- run: |
3131
echo 'export PATH=$HOME/wp-cli/package-tests/vendor/bin:$PATH' >> $BASH_ENV
3232
source $BASH_ENV

0 commit comments

Comments
 (0)