Skip to content

Commit

Permalink
fixing github actions steps and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 14, 2026
1 parent 60c2685 commit ac02e47
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ jobs:
env:
COMANAGE_REGISTRY_DIR: /srv/comanage-registry

# Matrix DB selection for this run
DB_ENGINE: ${{ matrix.db.engine }}

# DB service connection info (because you publish ports)
COMANAGE_REGISTRY_DATABASE_HOST: 127.0.0.1
COMANAGE_REGISTRY_DATABASE_PORT: ${{ matrix.db.port }}

# Values used by your PHPUnit setup test
COMANAGE_REGISTRY_ADMIN_GIVEN_NAME: Admin
COMANAGE_REGISTRY_ADMIN_FAMILY_NAME: User
Expand Down Expand Up @@ -193,8 +200,6 @@ jobs:
- name: Run PHPUnit (DB_ENGINE=${{ matrix.db_engine }})
shell: bash
working-directory: /srv/comanage-registry/app
env:
DB_ENGINE: ${{ matrix.db_engine }}
run: |
set -euxo pipefail
cd "${COMANAGE_REGISTRY_DIR}"/app
Expand Down

0 comments on commit ac02e47

Please sign in to comment.