Skip to content

Commit

Permalink
Changed config for CircleCI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
chajr committed Aug 8, 2020
1 parent d480473 commit 33f00ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ jobs:
steps:
- checkout
- run:
- composer install
- vendor/bin/phpunit

workflows:
version: 2
build_and_test:
jobs:
- build
- test
- test:
requires:
- build

0 comments on commit 33f00ed

Please sign in to comment.