Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run scenarios with expected Ember CLI version #202

Merged
merged 10 commits into from
Oct 27, 2021

Conversation

jelhan
Copy link
Collaborator

@jelhan jelhan commented Apr 24, 2021

yarn test:node runs the scenarios with the Ember CLI version installed in the package itself. It does not pick up the global Ember CLI version.

ember-addon-tests uses the ember binary available on shell to create new projects. Yarn adds node_modules/.bin to the $PATH, which overrules all binaries installed globally. Therefore executing the tests with yarn test:node will always use the Ember CLI version installed in the package and not the one installed globally.

Closes #200

@jelhan jelhan merged commit c521082 into master Oct 27, 2021
@delete-merged-branch delete-merged-branch bot deleted the fix-ember-cli-version-scenarios-in-ci-pipeline branch October 27, 2021 23:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Inconsistent test results
2 participants