azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
899 stars 63 forks source link

[Cli] Fixing test suite calls #598

Closed fearenales closed 8 years ago

fearenales commented 8 years ago

This PR intends to fix the chain of the test suite calls:

Before: npm -> make -> gulp

After: make -> npm -> gulp

Since running make is a requirement for azk nvm npm to be available, make should be called first.

Also, in ci-tests.sh, the used test command is make test to run the whole test suite.