Skip to content

Commit

Permalink
Merge pull request #33387 from owncloud/composer_dev_deps-Makefile
Browse files Browse the repository at this point in the history
remove composer_dev_deps from acceptance test runs
  • Loading branch information
phil-davis authored Nov 2, 2018
2 parents 1c6ff6b + c081cb7 commit 7b184bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,15 +187,15 @@ test-js-debug: $(nodejs_deps)
NODE_PATH='$(NODE_PREFIX)/node_modules' $(KARMA) start tests/karma.config.js

.PHONY: test-acceptance-api
test-acceptance-api: $(composer_dev_deps)
test-acceptance-api:
./tests/acceptance/run.sh --type api

.PHONY: test-acceptance-cli
test-acceptance-cli: $(composer_dev_deps)
test-acceptance-cli:
./tests/acceptance/run.sh --type cli

.PHONY: test-acceptance-webui
test-acceptance-webui: $(composer_dev_deps)
test-acceptance-webui:
./tests/acceptance/run.sh --type webUI

.PHONY: test-php-lint
Expand Down

0 comments on commit 7b184bb

Please sign in to comment.