Skip to content

merge(#21): add semantic release workflow #3

merge(#21): add semantic release workflow

merge(#21): add semantic release workflow #3

Triggered via push December 17, 2023 11:17
Status Failure
Total duration
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

This workflow graph cannot be shown

A graph will be generated the next time this workflow is run.

Annotations

8 errors
Error
every step must define a `uses` or `run` key
CrowdParlay.Users.IntegrationTests.Tests.AuthenticationControllerTests ► Exchange password with email returns token: tests/CrowdParlay.Users.IntegrationTests/Extensions/HttpClientExtensions.cs#L19
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: System.Collections.Generic.KeyNotFoundException : The given key was not present in the dictionary.
CrowdParlay.Users.IntegrationTests.Tests.UsersControllerTests ► Get user by ID returns user: tests/CrowdParlay.Users.IntegrationTests/Tests/UsersControllerTests.cs#L82
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: Expected HttpStatusCode to be HttpStatusCode.OK {value: 200}, but found HttpStatusCode.BadRequest {value: 400}.
CrowdParlay.Users.IntegrationTests.Tests.UsersControllerTests ► Get user by username returns user: tests/CrowdParlay.Users.IntegrationTests/Tests/UsersControllerTests.cs#L100
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: Expected HttpStatusCode to be HttpStatusCode.OK {value: 200}, but found HttpStatusCode.BadRequest {value: 400}.
CrowdParlay.Users.IntegrationTests.Tests.UsersControllerTests ► Register user returns new user and publishes event: tests/CrowdParlay.Users.IntegrationTests/Tests/UsersControllerTests.cs#L35
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: Expected registerResponse to be CrowdParlay.Users.Application.Features.Users.Commands.Register+Response { AvatarUrl = "https://example.com/avatar.jpg", DisplayName = "Степной ишак", Email = "[email protected]", Id = 00000000000000000000000000000000, Username = "undrcrxwnkkkj" }, but found CrowdParlay.Users.Application.Features.Users.Commands.Register+Response { AvatarUrl = <null>, DisplayName = <null>, Email = <null>, Id = 00000000000000000000000000000000, Username = <null> }.
CrowdParlay.Users.IntegrationTests.Tests.UsersControllerTests ► Register users with look-alike usernames returns failure: tests/CrowdParlay.Users.IntegrationTests/Tests/UsersControllerTests.cs#L59
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: Expected HttpStatusCode to be HttpStatusCode.Conflict {value: 409}, but found HttpStatusCode.BadRequest {value: 400}.
CrowdParlay.Users.IntegrationTests.Tests.UsersControllerTests ► Update user changes user and publishes event: tests/CrowdParlay.Users.IntegrationTests/Extensions/HttpClientExtensions.cs#L19
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: System.Collections.Generic.KeyNotFoundException : The given key was not present in the dictionary.
CrowdParlay.Users.IntegrationTests.Tests.UsersControllerTests ► Update user password changes user's password and publishes event: tests/CrowdParlay.Users.IntegrationTests/Extensions/HttpClientExtensions.cs#L19
Failed test found in: CrowdParlay.Users.IntegrationTests/TestResults/_fv-az985-504_2023-12-17_11_20_09.trx Error: System.Collections.Generic.KeyNotFoundException : The given key was not present in the dictionary.