Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
test: always pull zeebe image
Browse files Browse the repository at this point in the history
  • Loading branch information
megglos committed Sep 8, 2024
1 parent 1b3a2f5 commit 129e164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/containersuite/containerSuite.go
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ func (s *ContainerSuite) SetupSuite() {
"ZEEBE_BROKER_NETWORK_HOST": "0.0.0.0",
"ZEEBE_BROKER_NETWORK_ADVERTISEDHOST": "0.0.0.0",
},
AlwaysPullImage: true,
},
Started: true,
}
Expand Down

0 comments on commit 129e164

Please sign in to comment.