Skip to content

Commit 04d006b

Browse files
author
Michael Vasseur
committed
Are any of the options for SQL needed
1 parent f0eff67 commit 04d006b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@ jobs:
1818
- sql: mariadb
1919
sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
2020
- sql: mysql
21-
sql_options:
21+
sql_options: ''
2222
container:
2323
image: domjudge/gitlabci:24.04
2424
options: --privileged --cgroupns=host --init
2525
services:
2626
sqlserver:
2727
image: ${{ matrix.sql }}
28+
options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
2829
ports:
2930
- 3306:3306
3031
env:
3132
MYSQL_ROOT_PASSWORD: root
3233
MYSQL_USER: domjudge
3334
MYSQL_PASSWORD: domjudge
34-
options: ${{ matrix.sql_options }}
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: info

0 commit comments

Comments
 (0)