Skip to content

Commit

Permalink
do not stop pg container
Browse files Browse the repository at this point in the history
  • Loading branch information
GOODBOY008 committed Jan 10, 2024
1 parent 5968d59 commit aad2519
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ public void before() {

@After
public void after() {
if (POSTGRES != null) {
POSTGRES.stop();
}
super.after();
}

Expand Down

0 comments on commit aad2519

Please sign in to comment.