-
-
Notifications
You must be signed in to change notification settings - Fork 85
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
fix 'invalid omit_containers' #1058
Conversation
The linked issue and the docs shine a light on this issue: |
Thanks. I didn't have problems with this before, and all tests are green in dev-main, but as the docs states your change is right, I have merged it. |
Great that it worked, thanks for the feedback! |
It's merged, but failed, due to a problem with ddev-github-action atm. |
Yes, I know ;-)
|
I'm not sure if adding db there is correct, see here: https://github.com/tomasnorre/crawler/actions/runs/8892439954/job/24416494000#step:7:1105 |
I was correct. As the
I overlooked that comment.
The DB setup should be right, though, but will test when I find the time and energy. |
There was a regression in the fix I merged of yours. The reason it worked before with the wrong "dba" in omit_containers, was that it was never meant to be omitted. Therefore it worked before :) I have adjusted the ddev configs, to avoid confusions like this in the future. Thanks for your contribution, without it, I would have found the problem any time soon. |
Great that you tackled it! |
Every contribution has value. |
Description
this commit tries to fix failing of
Run jonaseberle/github-action-setup-ddev@v1
in #1022, by defining containers to omit differently.if the mentioned run above is working now the PR could be merged, else just dump it, or remove
db
inomit_containers
from.devbox/.ddev/config.yaml
.Note, that the whole failing tests include still another issue, which is not addressed in this commit / PR.