aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 4c8db1c4..94b0db75 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -13,6 +13,19 @@ jobs:
runs-on: ubuntu-latest
container: bonfacekilz/python2-genenetwork2:latest
+ services:
+ mariadb:
+ image: mariadb:latest
+ ports:
+ - 3306:3306
+ env:
+ MYSQL_USER: gn2
+ MYSQL_PASSWORD: mysql_password
+ MYSQL_ALLOW_EMPTY_PASSWORD: yes
+ MYSQL_DATABASE: db_webqtl_s
+ MYSQL_ROOT_PASSWORD: mysql_password
+ options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
+
steps:
# Use v1 of checkout since v2 fails
- name: Checkout Project