@@ -86,10 +86,11 @@ jobs:
86
86
- image : cimg/redis:5.0.14
87
87
- image : rabbitmq:3.9.13
88
88
- image : mongo:4.2.3
89
- - image : singularities/pubsub-emulator
90
- environment :
91
- PUBSUB_PROJECT_ID : " project-test"
92
- PUBSUB_LISTEN_ADDRESS : " 0.0.0.0:8432"
89
+ - image : egymgmbh/pubsub-emulator
90
+ command :
91
+ - test-project
92
+ - test-topic
93
+ - test-subscription
93
94
working_directory : ~/repo
94
95
steps :
95
96
- checkout
@@ -111,10 +112,11 @@ jobs:
111
112
- image : cimg/redis:5.0.14
112
113
- image : rabbitmq:3.9.13
113
114
- image : mongo:4.2.3
114
- - image : singularities/pubsub-emulator
115
- environment :
116
- PUBSUB_PROJECT_ID : " project-test"
117
- PUBSUB_LISTEN_ADDRESS : " 0.0.0.0:8432"
115
+ - image : egymgmbh/pubsub-emulator
116
+ command :
117
+ - test-project
118
+ - test-topic
119
+ - test-subscription
118
120
working_directory : ~/repo
119
121
steps :
120
122
- checkout
@@ -135,10 +137,11 @@ jobs:
135
137
- image : cimg/redis:5.0.14
136
138
- image : rabbitmq:3.9.13
137
139
- image : mongo:4.2.3
138
- - image : singularities/pubsub-emulator
139
- environment :
140
- PUBSUB_PROJECT_ID : " project-test"
141
- PUBSUB_LISTEN_ADDRESS : " 0.0.0.0:8432"
140
+ - image : egymgmbh/pubsub-emulator
141
+ command :
142
+ - test-project
143
+ - test-topic
144
+ - test-subscription
142
145
working_directory : ~/repo
143
146
steps :
144
147
- checkout
@@ -159,10 +162,11 @@ jobs:
159
162
- image : cimg/redis:5.0.14
160
163
- image : rabbitmq:3.9.13
161
164
- image : mongo:4.2.3
162
- - image : singularities/pubsub-emulator
163
- environment :
164
- PUBSUB_PROJECT_ID : " project-test"
165
- PUBSUB_LISTEN_ADDRESS : " 0.0.0.0:8432"
165
+ - image : egymgmbh/pubsub-emulator
166
+ command :
167
+ - test-project
168
+ - test-topic
169
+ - test-subscription
166
170
working_directory : ~/repo
167
171
steps :
168
172
- checkout
@@ -184,10 +188,11 @@ jobs:
184
188
- image : cimg/redis:5.0.14
185
189
- image : rabbitmq:3.9.13
186
190
- image : mongo:4.2.3
187
- - image : singularities/pubsub-emulator
188
- environment :
189
- PUBSUB_PROJECT_ID : " project-test"
190
- PUBSUB_LISTEN_ADDRESS : " 0.0.0.0:8432"
191
+ - image : egymgmbh/pubsub-emulator
192
+ command :
193
+ - test-project
194
+ - test-topic
195
+ - test-subscription
191
196
working_directory : ~/repo
192
197
steps :
193
198
- checkout
0 commit comments