From cb2f6e6a786545ab9d67b34f8bd5f854f4cc46a7 Mon Sep 17 00:00:00 2001 From: Jan Prochazka Date: Thu, 27 May 2021 12:05:46 +0200 Subject: [PATCH] tests --- .github/workflows/integration-tests.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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