Level 7
For anybody else searching I found this post
1 like
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Advice required; I'm looking into build/test/deployment solutions and have a github/travis account. I wish to run all tests on commit. We deploy docker containers and I'm not sure how best to run any tests. Should I build/run the docker container from a Dockerfile and then run the tests from inside the container? How would travis know if the tests fail when they are being run inside a docker container?
Any advice/experience is appreciated.
Please or to participate in this conversation.