Open csj1012 opened 5 years ago
I believe this is ready for browser and user acceptance testing. Volunteers welcome!
@rbayliss test_php step is failing but does not provide helpful information on why its failing. Can you take a look and tell me what I should do?
Thanks
@saurabh-lcm I fixed the issue with the test_php step in CircleCI. The .php_cs.dist
was deprecated so I made the change to .php-cs-fixer.dist.php
and adjusted the config() in this commit 2f30701 .
@csj1012 the yarn install was not working in UI so adjusted the node version from 11 to 12 to fix the failure in CircleCI during the cd ui & yarn install
step. It's passing now if you want to merge into master.
WIP.