Skip to content

Commit

Permalink
update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
agungsugiarto committed Apr 2, 2020
1 parent 0680ff3 commit 083f756
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,5 @@ jobs:
run: "composer validate"
- name: "Install dependencies"
run: "composer install"
- name: "Code analyze"
run: "composer analyze"
- name: "Run test suite"
run: "composer test -- -c phpunit.xml.github-actions.dist"
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"scripts": {
"post-update-cmd": [
"@composer dump-autoload"
]
],
"test": "phpunit --colors=always -vvv"
}
}

0 comments on commit 083f756

Please sign in to comment.