Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
CatoTH committed Mar 16, 2024
1 parent b700a5a commit 7b06066
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,18 @@ env:
RABBITMQ_HOST: rabbitmq

jobs:
build:

test:
runs-on: ubuntu-latest

services:
rabbitmq:
image: rabbitmq:3.8
env:
RABBITMQ_DEFAULT_USER: guest
RABBITMQ_DEFAULT_PASS: guest
ports:
- 5672

steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -31,12 +39,5 @@ jobs:
- name: Run spotbugs
run: mvn spotbugs:check

- name: Start RabbitMQ
uses: namoshek/rabbitmq-github-action@v1
with:
#version: '3.8.9'
ports: '1883:1883 8883:8883'
container-name: 'rabbitmq'

- name: Run integration tests
run: mvn test

0 comments on commit 7b06066

Please sign in to comment.