diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index 7ddf4c32b..ae05d3ebc 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -47,11 +47,11 @@ jobs: MARIADB_USER: test_user MARIADB_PASSWORD: test_password MARIADB_ROOT_PASSWORD: root_password - options: >- - --health-cmd "${{ matrix.db.health_cmd }}" - --health-interval 10s - --health-timeout 5s - --health-retries 20 + options: >- + --health-cmd "${{ matrix.db.health_cmd }}" + --health-interval 10s + --health-timeout 5s + --health-retries 20 env: COMANAGE_REGISTRY_DIR: /srv/comanage-registry