Skip to content

Commit

Permalink
ci: re-added in services
Browse files Browse the repository at this point in the history
* rabbitmq
  • Loading branch information
Bugs5382 committed Nov 17, 2024
1 parent d4408f9 commit f081142
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/action-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ jobs:

Build:
runs-on: ubuntu-latest
services:
rabbitmq:
image: rabbitmq:4.0.2-alpine
ports:
- 5672:5672
strategy:
matrix:
node-version: [20.x, 'lts/*', 'latest']
Expand All @@ -37,6 +42,8 @@ jobs:
run: |
npm run lint
npm run test
env:
RABBITMQ_URL: amqp://guest:guest@localhost:5672

- name: Run Build
run: |
Expand Down

0 comments on commit f081142

Please sign in to comment.