Skip to content

Commit

Permalink
log ports during k8s service setup
Browse files Browse the repository at this point in the history
  • Loading branch information
busma13 committed Dec 5, 2024
1 parent add2352 commit f68d2b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/scripts/src/helpers/test-runner/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,7 @@ async function startService(options: TestOptions, service: Service): Promise<()
options.skipImageDeletion
);
await k8sStopService(service);
await logTCPPorts();
await k8sStartService(service, services[service].image, version, kind);
return () => { };
}
Expand Down

0 comments on commit f68d2b4

Please sign in to comment.