File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,20 @@ jobs:
23
23
- 3306:3306
24
24
env :
25
25
MYSQL_ROOT_PASSWORD : root
26
- options : ${{ matrix.SQL_OPTIONS }}
26
+ options : ${{ matrix.SQL_OPTIONS }} --health-interval=10s --health-timeout=5s --health-retries=3
27
27
container :
28
28
image : domjudge/gitlabci:24.04
29
29
strategy :
30
30
matrix :
31
31
PHPVERSION : [8.1]
32
32
TEST : [UNIT,E2E]
33
33
CRAWL_SHADOW_MODE : [0]
34
- SQL_OPTIONS : [--health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3 ]
34
+ SQL_OPTIONS : [--health-cmd="healthcheck.sh --connect --innodb_initialized"]
35
35
include :
36
36
- PHPVERSION : 8.4
37
37
TEST : UNIT
38
38
SQL : mysql
39
- SQL_OPTIONS : --mysql-native-password --authentication_policy=mysql_native_password
39
+ SQL_OPTIONS : --health-cmd="mysqladmin ping"
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments