Skip to content

Commit

Permalink
[PLATFORM-1416]: Fix event_sourcing.rs CI (#183)
Browse files Browse the repository at this point in the history
* Fix CI

* Default vhost?

* Using another image?
  • Loading branch information
cottinisimone authored Dec 11, 2023
1 parent 2446bc2 commit a58fd87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
POSTGRES_PASSWORD: postgres
POSTGRES_USER: postgres
rabbitmq:
image: public.ecr.aws/bitnami/rabbitmq:3.12
image: rabbitmq:3.11.26-management
ports:
- 5672:5672
env:
RABBITMQ_VHOST: rabbit
RABBITMQ_PASSWORD: rabbit
RABBITMQ_USERNAME: rabbit
RABBITMQ_DEFAULT_VHOST: rabbit
RABBITMQ_DEFAULT_PASS: rabbit
RABBITMQ_DEFAULT_USER: rabbit
kafka:
image: public.ecr.aws/prima/kafka:7.3.0
ports:
Expand Down

0 comments on commit a58fd87

Please sign in to comment.