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

Docker Compose is executed even compileTest fails #38

Closed
augi opened this issue Jul 23, 2016 · 0 comments
Closed

Docker Compose is executed even compileTest fails #38

augi opened this issue Jul 23, 2016 · 0 comments
Assignees

Comments

@augi
Copy link
Member

augi commented Jul 23, 2016

It happens when using dockerCompose.isRequiredBy(test) . The problem is that test depends on compileTest and dockerComposeUp tasks but with undefined order.

The plugin could ensure that dockerComposeUp will be called as last task before the test. For example, we could iterate all dependencies of test task and call mustRunAfter or shouldRunAfter on them. We could make it for all the tasks, or just for compile tasks.

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

No branches or pull requests

1 participant