Skip to content

Commit

Permalink
add console log for host IP
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid authored and Zaid committed Oct 1, 2024
1 parent 2cb6409 commit 84db85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specmatic-order-bff-csharp.test/contract/ContractTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ private async Task RunContractTests()
Directory.CreateDirectory(localReportDirectory);

var hostIp = Environment.GetEnvironmentVariable("HOST_IP") ?? "host-gateway";
Console.WriteLine($"HostIp: {hostIp}");

_testContainer = new ContainerBuilder()
.WithImage("znsio/specmatic").WithCommand("test")
Expand Down

0 comments on commit 84db85a

Please sign in to comment.