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