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 99f9e8c commit 6c911a7Copy full SHA for 6c911a7
.github/workflows/integration.yml
@@ -19,11 +19,11 @@ jobs:
19
options: --privileged --cgroupns=host --init
20
strategy:
21
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
+ 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
27
services:
28
sqlserver:
29
image: ${{ matrix.sql }}
0 commit comments