Skip to content

Commit

Permalink
Add amqp service
Browse files Browse the repository at this point in the history
  • Loading branch information
WiZeYAR committed Nov 17, 2024
1 parent b377ddf commit 9a07dfa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ on:
jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
python_version: ["3.9", "3.10", "3.11", "3.12"]

services:
rabbitmq:
image: rabbitmq:3.13.6
ports: ["5672:5672"]

steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 9a07dfa

Please sign in to comment.