Skip to content

Commit

Permalink
show network after starting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennifer Bell committed Nov 15, 2024
1 parent 49e17eb commit 1920a6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class CopmTestNetwork {
[`${networkModeStr}-network`],
true,
);
await this.runCliCommand("./", "docker", ["container", "ls"], true);
}

public async stopNetworks() {
Expand Down

0 comments on commit 1920a6b

Please sign in to comment.