Skip to content

Commit

Permalink
Changed config for CircleCI test
Browse files Browse the repository at this point in the history
  • Loading branch information
chajr committed Aug 8, 2020
1 parent 47e3728 commit d480473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
- image: circleci/php:7.2
steps:
- checkout
- run: vendor/bin/phpunit
- run:
- composer install
- vendor/bin/phpunit

workflows:
version: 2
Expand Down

0 comments on commit d480473

Please sign in to comment.