Skip to content

Commit 21b836f

Browse files
author
Michael Vasseur
committed
Use the default mariadb container
1 parent 6858887 commit 21b836f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/unit-tests.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,14 @@ on:
88

99
jobs:
1010
check-static-codecov:
11+
services:
12+
sqlserver:
13+
image: mariadb
14+
ports:
15+
- 3306:3306
16+
env:
17+
MYSQL_ROOT_PASSWORD: root
18+
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
1119
container:
1220
image: domjudge/gitlabci:24.04
1321
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)