Replies: 3 comments 1 reply
|
hi Can you share the pipeline logs from the GitHub action? |
0 replies
The test literally just stops right there, no error, nothing. It just waits until the workflow times out. The stopping point isn’t consistent—sometimes it happens while testing EfCoreShowAppServiceTests, other times during EfCoreGenreAppServiceTests, or even elsewhere. |
1 reply
|
Stumbled upon this solution I think it fixes the issue. The tests have been running with 100% completion since then. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I'm running into an issue with integration testing in my project. Here’s a breakdown of the problem:
The Problem:
If anyone has experienced similar issues or has any insights on what might be causing this, I'd appreciate the help!
Thanks in advance.
Just an example:
// CountryAppServiceTests.cs
// CountryAppService.cs
// CountryRepository.cs
All reactions