File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ 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 : ' '
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
2829 ports :
2930 - 3306:3306
3031 env :
3132 MYSQL_ROOT_PASSWORD : root
3233 MYSQL_USER : domjudge
3334 MYSQL_PASSWORD : domjudge
34- options : ${{ matrix.sql_options }}
3535 steps :
3636 - uses : actions/checkout@v4
3737 - name : info
You can’t perform that action at this time.
0 commit comments