Skip to content

Commit 0df2f0a

Browse files
committed
Adapt CircleCI config
1 parent b6057ce commit 0df2f0a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

circle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
- run: |
1919
composer require wp-cli/wp-cli:dev-master
2020
composer install
21-
bash bin/install-package-tests.sh
21+
composer prepare-tests
2222
- run: |
2323
echo 'export PATH=$HOME/wp-cli/package-tests/vendor/bin:$PATH' >> $BASH_ENV
2424
source $BASH_ENV
2525
- run: |
2626
composer validate
27-
WP_VERSION=latest bash bin/test.sh
27+
WP_VERSION=latest composer test
2828
rm -rf '/tmp/wp-cli-test core-download-cache'
29-
WP_VERSION=trunk bash bin/test.sh
29+
WP_VERSION=trunk composer test

0 commit comments

Comments
 (0)