-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
io.micronaut.context.exceptions.NoSuchBeanException while running on Github Actions #785
Comments
Micronaut version 4.6.1 works fine. Version 4.7.1 does not |
Can you share a reproducer? The |
Copied to public repo https://github.com/jurna/demo-micronaut |
Strangely on my personal account github actions builds successfully. But on private organisation repo I have error mentioned above. Mabye some racing condition depending on how fast is the machine on which you are building? |
im also facing the same issue in github actions .Mine repo is in a private organization . |
Expected Behavior
Tests with test micronaut-test-resources should run on Github Actions
Actual Behaviour
While running github actions with test resources and mongodb repositories, github actions hangs. Logs contains some errors:
Steps To Reproduce
Create github actions job
Environment Information
No response
Example Application
No response
Version
4.7.1
The text was updated successfully, but these errors were encountered: