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 94d79f7 commit 24d8e14Copy full SHA for 24d8e14
.github/workflows/integration.yml
@@ -15,11 +15,11 @@ jobs:
15
options: --privileged --cgroupns=host --init
16
strategy:
17
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
+ include:
+ - sql: mariadb
+ sql_options: --health-cmd="healthcheck.sh --connect --innodb_initialized" --health-interval=10s --health-timeout=5s --health-retries=3
+ - sql: mysql
+ sql_options: --mysql-native-password --authentication_policy=mysql_native_password
23
services:
24
sqlserver:
25
image: ${{ matrix.sql }}
0 commit comments