We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab64e4a commit 0d43747Copy full SHA for 0d43747
1 file changed
.github/workflows/gradle.yml
@@ -41,6 +41,16 @@ jobs:
41
42
runs-on: ubuntu-18.04
43
44
+ services:
45
+ mariadb:
46
+ image: mariadb:latest
47
+ ports:
48
+ - 3306
49
+ env:
50
+ MYSQL_DATABASE: matrix
51
+ MYSQL_ROOT_PASSWORD: root
52
+ options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
53
+
54
steps:
55
- name: Set up JDK 17
56
uses: actions/setup-java@v1
0 commit comments