Merged in feature/mergecell (pull request #142)

Merged Cell

* mergecellv1

* buildimg

* merging

* addfile

* justmergedcell
This commit is contained in:
Michael McGuinness
2025-05-13 12:33:34 +00:00
parent 125b9e3c31
commit 418a2761b3
16 changed files with 5151 additions and 101 deletions
+6
View File
@@ -67,6 +67,12 @@ func CreateFullNetwork(t testing.TB, ctx context.Context, cfg FullDependenciesCo
}()
}
wg.Add(1)
go func() {
buildImage(t, ctx)
wg.Done()
}()
wg.Wait()
qService, err := queryapi.NewClientWithResponses(apiContainers[QueryAPIName].URI)