vidakovic commented on pull request #1986: URL: https://github.com/apache/fineract/pull/1986#issuecomment-981351366
@ptuomola ... well... step by step sometimes doesn't work. Docker Compose on Github Actions is just not working, so I replaced the integration test setup as well (which was anyway my ultimate goal):  Locally it's already working like a charm. My stretch goal of running tests in parallel doesn't work just yet, but that wasn't there with Tomcat Cargo either, so no problem. My changes are quite minimal (just added one test base class and one annotation per test class). This solution is using Testcontainers. Let's see if Github Actions runs this now (it should; Testcontainers are also on GH and run their tests there). So much easier now... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
