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 f06ef16
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,26 @@ on:
env:
# https://github.com/pytest-dev/pytest/issues/2042
PY_IGNORE_IMPORTMISMATCH: "1"
BLUEAPI_TEST_STOMP_PORTS: "[61613,61614]"


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

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

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 f06ef16

Please sign in to comment.