tomdale / ember-cli-addon-tests

31 stars 18 forks source link

Don't test ember-data master by default #200

Closed xg-wang closed 5 years ago

xg-wang commented 5 years ago

Follow up https://github.com/tomdale/ember-cli-addon-tests/issues/199

Changes

The default was to test ember-data canary before, then in https://github.com/tomdale/ember-cli-addon-tests/pull/5 it was changed to test emberjs/data#master.

xg-wang commented 5 years ago

@kellyselden @rwjblue

xg-wang commented 5 years ago

There is an issue testing with node 10 in windows, runCommand('npm', 'install') doesn't seem to be waited.

xg-wang commented 5 years ago

This should be superseded by https://github.com/tomdale/ember-cli-addon-tests/pull/208