Skip to content

Commit

Permalink
fix: add rabbitmq service
Browse files Browse the repository at this point in the history
  • Loading branch information
Bugs5382 committed Jun 25, 2024
1 parent e57d1b0 commit 5905e71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
Test:
name: Run Unit tests
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:3-alpine
ports:
- 5672:5672
strategy:
matrix:
node-version: [ 20.x, 'lts/*' ]
Expand Down

0 comments on commit 5905e71

Please sign in to comment.