container xxxxx is not running in GitHub Actions only #1489
Unanswered
SamLevene-CAL
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It looks like the container is crashing on startup. To help troubleshoot, please share the container logs and the output of But before doing that, make sure you've followed the documented best practices.
|
Beta Was this translation helpful? Give feedback.
3 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, I've tried everything I can possibly think of to resolve it, but now I'm out of ideas. I need help explaining why; when I try to run a Testcontainer in my GitHub Actions runner; I get the following error:
This works locally for my Playwright and Reqnroll UI test framework, but whenever I try to run it in my GitHub Actions CI/CD pipeline, I get that message. I've tried following countless thoughts from other help sites like StackOverflow and blogs, but nothing's helped. So I thought I'd come to the experts to ask.
The error specifically mentions a line in my code that tries to start a MailDev Test container (
await _mailDevContainer.StartAsync();
)Here's my implementation:
Beta Was this translation helpful? Give feedback.
All reactions