You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One spun up by the integration-test-up make target used for workflow factory integration tests
One spun up by the minikube-up make target used to provide a local manual testing environment
I think the 2 should be merged because:
Makefile cohesion - it's strange to have 2 separate things that do something quite similar
Provider tests: We should use 1 integration-test-up make target for all integration tests, but we need some things from minikube-up (e.g. installing the operator) for provider tests to work - so we might as well merge them instead of duuplicating
The text was updated successfully, but these errors were encountered:
We currently have 2 minikube setups:
integration-test-up
make target used for workflow factory integration testsminikube-up
make target used to provide a local manual testing environmentI think the 2 should be merged because:
integration-test-up
make target for all integration tests, but we need some things fromminikube-up
(e.g. installing the operator) for provider tests to work - so we might as well merge them instead of duuplicatingThe text was updated successfully, but these errors were encountered: