File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 options : --privileged --cgroupns=host --init
2020 strategy :
2121 matrix :
22- sql : [mariadb, mysql]
22+ include :
23+ - sql : mariadb
24+ sql_options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
25+ - sql : mysql
26+ sql_options : --mysql-native-password --authentication_policy=mysql_native_password
2327 services :
2428 sqlserver :
2529 image : ${{ matrix.sql }}
2933 MYSQL_ROOT_PASSWORD : root
3034 MYSQL_USER : domjudge
3135 MYSQL_PASSWORD : domjudge
32- options : --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
36+ options : ${{ matrix.sql_options }}
3337 steps :
3438 - uses : actions/checkout@v4
3539 - name : info
You can’t perform that action at this time.
0 commit comments