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