Skip to content

Commit

Permalink
Fixed test container startup
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Nov 2, 2024
1 parent 3c43f03 commit c578875
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ abstract class AbstractIntegrationTest extends Specification {
container
})

def setupSpec() {
container.start()
}

abstract String getContainerImageName();

abstract int getContainerPort();
Expand Down

0 comments on commit c578875

Please sign in to comment.