Merged in feature/mergecell (pull request #142)
Merged Cell * mergecellv1 * buildimg * merging * addfile * justmergedcell
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user