Skip to content

Commit 9b96183

Browse files
inikulshinIlya Nikulshin
andauthored
Run integration tests on RabbitMQ 4.0 (#351)
* Run integration tests on RabbitMQ 4.0 * Fix fomatting * Fix --------- Co-authored-by: Ilya Nikulshin <[email protected]>
1 parent 8fb89c7 commit 9b96183

File tree

4 files changed

+32
-311
lines changed

4 files changed

+32
-311
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
strategy:
7878
max-parallel: 6
7979
matrix:
80-
rabbitmq: ['3.12', '3.13']
80+
rabbitmq: ['3.12', '3.13', '4.0']
8181
# os: [ubuntu-latest, windows-latest]
8282
os: [ubuntu-latest]
8383
include:

Source/EasyNetQ.Management.Client.IntegrationTests/DockerProxy.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public async Task PullImageAsync(string image, string tag, CancellationToken tok
4343
FromImage = image,
4444
Tag = tag
4545
};
46-
var progress = new Progress<JSONMessage>(_ => { });
46+
var progress = new Progress<JSONMessage>(Console.WriteLine);
4747
await client.Images.CreateImageAsync(createParameters, null, progress, token);
4848
}
4949

0 commit comments

Comments
 (0)