Sai Karthik
Balancing the braces ...Contributing to Movim Again!
Last week, I got one more opportunity to contribute to movim’s CI/CD setup, which is in same scope as my previous contribution.
As the movim project dropped support for MySQL database, starting with v0.30.1, The developers wanted to test app setup with mariabd along with the existing postgres based setup job in the CI pipeline. Hence i got involved to support it.
It was relatively easy, as i just have to swap out one of the previous job steps involving postgres with mariabd. But, it took me some time to figure out a working mariadb github action out of available options.
Related PR: https://github.com/movim/movim/pull/1431
Tags: movim