Skip to content

Failed messages are back to the queue using a dead-letter-exchange and capturing exceptions; #93

Failed messages are back to the queue using a dead-letter-exchange and capturing exceptions;

Failed messages are back to the queue using a dead-letter-exchange and capturing exceptions; #93

Workflow file for this run

name: Run Tests
on:
push:
branches:
- main
pull_request:
jobs:
# Run tests
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up tests
run: |
docker compose build
- name: Run tests
run: docker compose run test