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 b6057ce commit 0df2f0aCopy full SHA for 0df2f0a
circle.yml
@@ -18,12 +18,12 @@ jobs:
18
- run: |
19
composer require wp-cli/wp-cli:dev-master
20
composer install
21
- bash bin/install-package-tests.sh
+ composer prepare-tests
22
23
echo 'export PATH=$HOME/wp-cli/package-tests/vendor/bin:$PATH' >> $BASH_ENV
24
source $BASH_ENV
25
26
composer validate
27
- WP_VERSION=latest bash bin/test.sh
+ WP_VERSION=latest composer test
28
rm -rf '/tmp/wp-cli-test core-download-cache'
29
- WP_VERSION=trunk bash bin/test.sh
+ WP_VERSION=trunk composer test
0 commit comments