Skip to content

Commit

Permalink
Test update MakeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Yozhef committed Jan 13, 2021
1 parent 7501ced commit 1a5ebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ help:
##---------------------------------------------------------------------------

test: ## Run all the tests
test: vendor fixtures/vendor fixtures/vendor-bin/stub/vendor
test: vendor fixtures/vendor fixtures/vendor-bin/sub/vendor
composer validate --no-interaction

php tests/root.php > root.actual
Expand All @@ -34,5 +34,5 @@ vendor:
fixtures/vendor:
composer update --working-dir fixtures --no-interaction ${COMPOSER_FLAGS}

fixtures/vendor-bin/stub/vendor:
fixtures/vendor-bin/sub/vendor:
composer update --working-dir fixtures/vendor-bin/sub --no-interaction ${COMPOSER_FLAGS}

0 comments on commit 1a5ebaf

Please sign in to comment.