Skip to content

cloudamqp/lavinmq-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7f8ea14 · Oct 11, 2024

History

14 Commits
Oct 11, 2024
Mar 3, 2024
Oct 10, 2024

Repository files navigation

LavinMQ action

cloudamqp/lavinmq-action is an composite run steps action that starts LavinMQ in the GitHub Actions VM with the default guest/guest user/password. You can then connect to the broker using the address found in environment variable AMQP_URL.

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
    - uses: cloudamqp/lavinmq-action@main
    - run: <your test command>