Skip to content

Commit f1ce087

Browse files
Add behat to $PATH
1 parent c48cf2e commit f1ce087

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
- run: |
1717
composer require wp-cli/wp-cli:dev-master
1818
composer install
19+
- run: |
20+
echo 'export PATH=$HOME/wp-cli/package-tests/vendor/bin:$PATH' >> $BASH_ENV
21+
source $BASH_ENV
1922
- run: |
2023
composer validate
2124
WP_VERSION=latest bash bin/test.sh

0 commit comments

Comments
 (0)