Skip to content

Add RabbitMQ broker and examples. #24

Add RabbitMQ broker and examples.

Add RabbitMQ broker and examples. #24

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: ^1.19
- uses: supercharge/redis-github-action@1.4.0
with:
redis-version: 3
- uses: namoshek/rabbitmq-github-action@v1
with:
version: '3.8.9'
ports: '5672:5672'
- run: go test -count=1 -v ./...