Skip to content

Commit

Permalink
fix: forgot rabbitMQ (#29)
Browse files Browse the repository at this point in the history
* fix CI
  • Loading branch information
Bugs5382 authored Dec 27, 2023
2 parents 82d80f0 + 39d325e commit 97bf62f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ on:
jobs:
Test:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:3-alpine
ports:
- 5672:5672
permissions:
contents: write
issues: write
Expand Down

0 comments on commit 97bf62f

Please sign in to comment.