Skip to content

Commit

Permalink
Add ActiveMQ service to test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
joeshannon committed Mar 7, 2024
1 parent ee0a15d commit d6f97d1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,27 @@ on:
env:
# https://github.com/pytest-dev/pytest/issues/2042
PY_IGNORE_IMPORTMISMATCH: "1"
BLUEAPI_TEST_STOMP_PORTS: "[61613,61614]"



jobs:
run:
runs-on: ${{ inputs.runs-on }}

services:
activemq:
image: rmohr/activemq:5.14.5-alpine
ports:
- 61613:61613

steps:
- name: Start RabbitMQ
uses: namoshek/rabbitmq-github-action@v1
with:
ports: "61614:61613"
plugins: rabbitmq_stomp

- name: Checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d6f97d1

Please sign in to comment.