Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-26 | Use Python3 image to run tests | BonfaceKilz | |
2020-09-25 | Update github action | BonfaceKilz | |
* .github/workflows/main.yml: Set up a mariadb and redis within the GH action. (services): Remove mariadb service. | |||
2020-09-23 | Update github action to include mariadb service | BonfaceKilz | |
* .github/workflows/main.yml: Add mariadb service. This makes the build pass because somewhere(because of cyclic imports), a connection to mariadb is required. | |||
2020-09-22 | Add unittesting github action | BonfaceKilz | |
* .github/workflows/main.yml: Add it. |