diff --git a/.github/workflows/verify-staged-artifacts.yml b/.github/workflows/verify-staged-artifacts.yml index b0eb7867..58ee4f83 100644 --- a/.github/workflows/verify-staged-artifacts.yml +++ b/.github/workflows/verify-staged-artifacts.yml @@ -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