Skip to content

Commit 134e1f6

Browse files
Revert "Try initializing the MySQL environment with correct database"
This reverts commit c48cf2e.
1 parent f1ce087 commit 134e1f6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

circle.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,17 @@ jobs:
66
docker:
77
- image: circleci/php:7.1
88
- image: circleci/mysql:5.6
9-
environment:
10-
MYSQL_HOST: 127.0.0.1
11-
MYSQL_DB: wp_cli_test
12-
MYSQL_USER: wp_cli_test
13-
MYSQL_PASSWORD: password1
149
steps:
1510
- checkout
11+
- run: |
12+
sudo sh -c "printf '\ndeb http://ftp.us.debian.org/debian sid main\n' >> /etc/apt/sources.list"
13+
sudo apt-get update
14+
sudo docker-php-ext-install mysqli
15+
sudo apt-get install mysql-client-5.7
1616
- run: |
1717
composer require wp-cli/wp-cli:dev-master
1818
composer install
19+
bash bin/install-package-tests.sh
1920
- run: |
2021
echo 'export PATH=$HOME/wp-cli/package-tests/vendor/bin:$PATH' >> $BASH_ENV
2122
source $BASH_ENV

0 commit comments

Comments
 (0)