From d7134b27101ac649d77c7ee4f8e382d0b9c76253 Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 14 Apr 2026 10:17:03 +0000 Subject: [PATCH] fixing github actions steps and configuration --- .github/workflows/registry-ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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