diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index 7226d25a..a96982cb 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -36,7 +36,8 @@ jobs: mysql: image: mysql - command: --default-authentication-plugin=mysql_native_password + options: >- + --default-authentication-plugin=mysql_native_password ports: - 15001:3306 env: @@ -55,5 +56,5 @@ jobs: image: cockroachdb/cockroach ports: - 15003:26257 - command: start-single-node --insecure - + options: >- + start-single-node --insecure