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:
1616 run : exit 0
1717
1818 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
2919 strategy :
3020 matrix :
3121 PHPVERSION : [8.1]
3222 TEST : [Unit, E2E]
3323 CRAWL_SHADOW_MODE : [0]
3424 SQL_OPTIONS : [--health-cmd="healthcheck.sh --connect --innodb_initialized"]
25+ SQL : mariadb
3526 # include:
3627 # - PHPVERSION: 8.4
3728 # TEST: Unit
3829 # SQL: mysql
3930 # 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
4041 runs-on : ubuntu-latest
4142 steps :
4243 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments