habitat-sh / habitat-operator

A Kubernetes operator for Habitat services
Apache License 2.0
61 stars 17 forks source link

makefile: add clean-test as a pre-requisite to e2e #329

Closed surajssd closed 6 years ago

surajssd commented 6 years ago

If there is a dirty environment which had e2e run before, if you try re-running e2e the tests fail.

This commit adds makes clean-test as a pre-requisite to e2e tests.

surajssd commented 6 years ago

cc: @krnowak