Skip to content

Commit ba73f32

Browse files
committed
Add rabbitmq service into verify-staged-artifacts.yml
1 parent 7292657 commit ba73f32

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/verify-staged-artifacts.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ on:
1111
jobs:
1212
verify-staged-with-samples:
1313
runs-on: ubuntu-latest
14+
15+
services:
16+
17+
rabbitmq:
18+
image: rabbitmq:management
19+
ports:
20+
- 5672:5672
21+
- 15672:15672
22+
1423
steps:
1524

1625
- name: Checkout Samples Repo

0 commit comments

Comments
 (0)