From d2d94b92fe8c7007e40e4a25b956e8bb77dfdd9c Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Tue, 14 Apr 2026 06:34:55 +0000 Subject: [PATCH] fixing github actions steps and configuration --- .github/workflows/registry-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index 1f90f623d..cc54b6e0c 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -97,11 +97,6 @@ jobs: composer --version docker --version - - name: Show working directory - shell: bash - run: | - tree -L 2 "${COMANAGE_REGISTRY_DIR}" - - name: Create local/config/database.php placeholder shell: bash run: | @@ -113,6 +108,11 @@ jobs: return []; EOF + - name: Show working directory + shell: bash + run: | + tree -L 3 "${COMANAGE_REGISTRY_DIR}" + - name: Run PHPUnit (DB_ENGINE=${{ matrix.db_engine }}) shell: bash working-directory: /srv/comanage-registry/app @@ -120,4 +120,5 @@ jobs: DB_ENGINE: ${{ matrix.db_engine }} run: | set -euxo pipefail + cd "${COMANAGE_REGISTRY_DIR}" DB_ENGINE="${DB_ENGINE}" vendor/bin/phpunit --testsuite app \ No newline at end of file