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 yarn lint and yarn test from the same job in first stage. #257

Merged
merged 1 commit into from
Dec 5, 2017

Conversation

rwjblue
Copy link
Member

@rwjblue rwjblue commented Dec 5, 2017

The total time for this stage is massively dominated by yarn install
time, doing yarn lint && yarn test seems better than launching two
CI jobs.

The total time for this stage is massively dominated by `yarn install`
time, doing `yarn lint && yarn test` seems better than launching two
CI jobs.
@rwjblue rwjblue merged commit 55e548d into emberjs:master Dec 5, 2017
@rwjblue rwjblue deleted the single-default-test-run branch December 5, 2017 21:39
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.

2 participants