-
Notifications
You must be signed in to change notification settings - Fork 90
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
Feature/windows smoke tests #180
base: master
Are you sure you want to change the base?
Conversation
This searches through the path variable's directories for the docker commands, instead of looking in predetermined OS-specific locations or requiring new environmental variables to be set. This also renames DockerCommandLocations to DockerCommandLocator, which better reflects what it is.
….com/samwright/docker-compose-rule into samwright-feature/use-path-to-find-executables
…ntVariables junit rule.
@@ -0,0 +1,67 @@ | |||
// From https://raw.githubusercontent.com/spring-io/sagan/master/gradle/integTest.gradle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@hpryce Please use https://github.com/unbroken-dome/gradle-testsets-plugin instead of copying and pasting gradle!!
You shouldn't have to do any custom reports.html.destination =
stuff
Right now this is blocked on getting the latest version of docker-compose - https://chocolatey.org/packages/docker-compose doesn't have the right version yet. |
No description provided.