We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea99f71 commit 1de5916Copy full SHA for 1de5916
.github/workflows/integration.yml
@@ -18,14 +18,14 @@ jobs:
18
- sql: mariadb
19
sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
20
- sql: mysql
21
- sql_options: --connect
+ sql_options: --health-cmd="mysqladmin ping" --health-interval=5s --health-timeout=2s --health-retries=3
22
container:
23
image: domjudge/gitlabci:24.04
24
options: --privileged --cgroupns=host --init
25
services:
26
sqlserver:
27
image: ${{ matrix.sql }}
28
- #options: ${{ matrix.sql_options }}
+ options: ${{ matrix.sql_options }}
29
ports:
30
- 3306:3306
31
env:
0 commit comments