Skip to content

Commit

Permalink
fix: ensure network are started asynchronously in InitializeAsync
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien DEGODEZ <sebastien.degodez@gmail.com>
  • Loading branch information
SebastienDegodez authored Jan 31, 2025
1 parent af189ad commit d7ab6df
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ public Task InitializeAsync()
(_, _) => _microcksContainer.ImportAsMainArtifact("apipastries-openapi.yaml");

return Task.WhenAll(
_network.CreateAsync(),
_microcksContainer.StartAsync(),
_keycloak.StartAsync(),
_goodImpl.StartAsync()
Expand Down

0 comments on commit d7ab6df

Please # to comment.