Skip to content

Commit e4f8df9

Browse files
Explicitly install after running composer scenario in Circle tests
1 parent 44ca79c commit e4f8df9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- checkout
5151
- run: $HOME/drush/.circleci/setup.sh
5252
- run: composer scenario phpunit4
53+
- run: composer install
5354
- run: composer functional
5455

5556
workflows:

0 commit comments

Comments
 (0)