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

Tests not rebuilding on an ember try scenario #190

Closed
samselikoff opened this issue Apr 8, 2018 · 3 comments
Closed

Tests not rebuilding on an ember try scenario #190

samselikoff opened this issue Apr 8, 2018 · 3 comments

Comments

@samselikoff
Copy link

I'm running the command

ember try:one ember-lts-2.8 --- ember t -s

to diagnose a test failure, but my tests don't appear to rebuild as I'm changing source files. I changed a file, canceled the ember try process and started it up again, to confirm I was changing the correct file.

Any tips?

@samselikoff
Copy link
Author

samselikoff commented Apr 8, 2018

Strangely, when I run

ember try:one ember-lts-2.8 --skip-cleanup=true --- ember t -s

then cancel the build, then just run

ember t -s

my app is also not rebuilding...

Wonder if it's just a bug with the version of ember cli being used for this scenario.

@kategengler
Copy link
Member

The ember-cli version shouldn't be changing between scenarios, unless you have that explicitly in your config.

Try: ember try:one ember-lts-2.8 --skip-cleanup=true --- true
Then ember t -s and see how it behaves? If it is still not rebuilding, the problem is unlikely to be with ember-try.

@samselikoff
Copy link
Author

Closing for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants