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

Introduce gulp test --nobuild flag to skip re-build. #3648

Merged
merged 2 commits into from Jun 18, 2016

Conversation

lannka
Copy link
Contributor

@lannka lannka commented Jun 18, 2016

A time saver when debugging flaky tests.

/**
* Run tests.
*/
gulp.task('test', 'Runs tests', prerequisites, function(done) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

slightly worried with this. most of our old tasks sometimes don't complete before running the next task which is why I haven't been composing them. (a lot have combined and sync/async usage w/o returning the stream or promise). if it consistently works then im ok with it

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nvm, we already do this now anyways so we should be good

@erwinmombay
Copy link
Member

LGTM

@lannka lannka merged commit 56294d5 into ampproject:master Jun 18, 2016
@lannka lannka deleted the nobuild branch June 18, 2016 02:24
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

Successfully merging this pull request may close these issues.

None yet

2 participants