Pick an integration test and try something like this: ``` [Theory] [Inline(4.0.3)] [Inline(5.0.7)] [Inline(6.0.0)] public void MyTest() ``` Need to ensure the docker containers for ES are being created / started in the test etc. How does it look in CI?
Pick an integration test and try something like this:
Need to ensure the docker containers for ES are being created / started in the test etc.
How does it look in CI?