Skip to content
This repository was archived by the owner on Apr 29, 2022. It is now read-only.

Commit 6dbd223

Browse files
author
Anton Vorontsov
committed
Changed yaml for github actions.
1 parent 1985af8 commit 6dbd223

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: .NET Core
1+
name: Tests
22

33
on: [push]
44

@@ -10,7 +10,7 @@ jobs:
1010
rabbitmq:
1111
image: rabbitmq:latest
1212
ports:
13-
- 5672/tcp
13+
- 5672:5672
1414
options: --health-cmd "rabbitmqctl node_health_check" --health-interval 10s --health-timeout 5s --health-retries 5
1515

1616
steps:

tests/RabbitMQ.Client.Core.DependencyInjection.Tests/IntegrationTests/QueueServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public async Task ShouldProperlyPublishAndConsumeMessages()
1616
{
1717
var clientOptions = new RabbitMqClientOptions
1818
{
19-
HostName = "localhost",
19+
HostName = "rabbitmq",
2020
Port = 5672,
2121
UserName = "guest",
2222
Password = "guest",

0 commit comments

Comments
 (0)