Closed odai-alali closed 3 years ago
I think we need to add an error variable for the commands in test stage, eg.
docker-compose ..... || ERROR=1
...
exit ERROR
So a broken Xdebug installation would also fail.
and we should also have 8.0 with allowed to fail.
php 5 is failing as expected now. Pushing happens only on master and tag.
Check it out. It can be enhanced I think (takes a lot of time)
I think we need to add an error variable for the commands in test stage, eg.
docker-compose ..... || ERROR=1 ... exit ERROR
So a broken Xdebug installation would also fail.
and we should also have 8.0 with allowed to fail.
BTW, this was not needed. When the test fails, the step after it will not be executed without evaluation variable
Merged. I don't have any additions.
closes #106