We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5164826 commit 243d472Copy full SHA for 243d472
.circleci/config.yml
@@ -11,6 +11,11 @@ jobs:
11
MYSQL_PASSWORD: password1
12
MYSQL_HOST: 127.0.0.1
13
- image: circleci/mysql:5.7
14
+ environment:
15
+ MYSQL_DB: wp_cli_test_scaffold
16
+ MYSQL_USER: wp_cli_test
17
+ MYSQL_PASSWORD: password1
18
+ MYSQL_HOST: 127.0.0.1
19
steps:
20
- checkout
21
- run: |
@@ -22,7 +27,6 @@ jobs:
22
27
echo -e "memory_limit = 1024M" | sudo tee /usr/local/etc/php/php.ini > /dev/null
23
28
24
29
composer install
25
- composer prepare-tests
26
30
31
echo 'export PATH=$HOME/wp-cli/package-tests/vendor/bin:$PATH' >> $BASH_ENV
32
source $BASH_ENV
0 commit comments