C#C
C#10mo ago
πR

Dotnet webapi test failing on GitHub Workflow

Hey everyone, I am currently creating a dotnet webapi and just got into unit- and integration-testing. So I wrote some test with xUnit and TestContainers. Running this tests locally with dotnet test works fine. The tests success and everything is good.
Now I created a github workflow (which is also completely new to me) to automate this tests. However the webapi returns InternalServerError in the tests when running in the workflow.
Could somebody please help me to find the error?
The GitHub repo can be found at: https://github.com/Pierre808/NuvellAPI
I added the beginning of the log message as screenshot.
image.png
GitHub
Contribute to Pierre808/NuvellAPI development by creating an account on GitHub.
Was this page helpful?