Skip to content

Commit 24d8e14

Browse files
author
Michael Vasseur
committed
Syntax is so ugly
1 parent 94d79f7 commit 24d8e14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
options: --privileged --cgroupns=host --init
1616
strategy:
1717
matrix:
18-
include:
19-
- sql: mariadb
20-
sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
21-
- sql: mysql
22-
sql_options: --mysql-native-password --authentication_policy=mysql_native_password
18+
include:
19+
- sql: mariadb
20+
sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
21+
- sql: mysql
22+
sql_options: --mysql-native-password --authentication_policy=mysql_native_password
2323
services:
2424
sqlserver:
2525
image: ${{ matrix.sql }}

0 commit comments

Comments
 (0)