Skip to content

Commit 6c911a7

Browse files
author
Michael Vasseur
committed
Syntax is so ugly
1 parent 99f9e8c commit 6c911a7

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
@@ -19,11 +19,11 @@ jobs:
1919
options: --privileged --cgroupns=host --init
2020
strategy:
2121
matrix:
22-
include:
23-
- sql: mariadb
24-
sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
25-
- sql: mysql
26-
sql_options: --mysql-native-password --authentication_policy=mysql_native_password
22+
include:
23+
- sql: mariadb
24+
sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
25+
- sql: mysql
26+
sql_options: --mysql-native-password --authentication_policy=mysql_native_password
2727
services:
2828
sqlserver:
2929
image: ${{ matrix.sql }}

0 commit comments

Comments
 (0)