File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,14 @@ jobs:
1818 - sql : mariadb
1919 sql_options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
2020 - sql : mysql
21- sql_options : ' '
21+ sql_options : --connect
2222 container :
2323 image : domjudge/gitlabci:24.04
2424 options : --privileged --cgroupns=host --init
2525 services :
2626 sqlserver :
2727 image : ${{ matrix.sql }}
28- # options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
29- options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=50s --health-timeout=55s --health-retries=5
28+ options : ${{ matrix.sql_options }}
3029 ports :
3130 - 3306:3306
3231 env :
You can’t perform that action at this time.
0 commit comments