Skip to content

Commit

Permalink
Add rabbitmq service into verify-staged-artifacts.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Feb 16, 2024
1 parent 7292657 commit ba73f32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/verify-staged-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ on:
jobs:
verify-staged-with-samples:
runs-on: ubuntu-latest

services:

rabbitmq:
image: rabbitmq:management
ports:
- 5672:5672
- 15672:15672

steps:

- name: Checkout Samples Repo
Expand Down

0 comments on commit ba73f32

Please sign in to comment.