diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index 4e58f47ae..041933951 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -79,13 +79,6 @@ jobs: COMANAGE_REGISTRY_DATABASE_PERSISTENT: "false" steps: - - name: Show OS info - shell: bash - run: | - set -euxo pipefail - cat /etc/os-release || true - uname -a - - name: Upgrade OS packages shell: bash run: | @@ -158,6 +151,8 @@ jobs: shell: bash run: | set -euxo pipefail + cat /etc/os-release || true + uname -a php -v composer --version docker --version @@ -234,18 +229,12 @@ jobs: sudo chown www-data:www-data database.php || true - name: Show working directory + working-directory: ${{ env.COMANAGE_REGISTRY_DIR }} shell: bash run: | set -euxo pipefail tree -L 3 "${COMANAGE_REGISTRY_DIR}" - - name: Composer update (dev) - shell: bash - working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}/app - run: | - set -euxo pipefail - composer update --no-interaction --no-progress --dev - - name: Run PHPUnit (DB_ENGINE=${{ matrix.db.engine }}) shell: bash working-directory: ${{ env.COMANAGE_REGISTRY_DIR }}/app