Skip to content

Commit

Permalink
Remove composer install step. Not required for COmanage Registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ioannis committed Apr 13, 2026
1 parent 98cca0d commit ed385cb
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/registry-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,6 @@ jobs:
echo "Registry URL path is: ${COMANAGE_REGISTRY_URL_PATH}"
echo "Registry Version is: ${COMANAGE_REGISTRY_VERSION}"
- name: Composer install (app/)
shell: bash
working-directory: /srv/comanage-registry/app
run: |
set -euxo pipefail
composer install --no-interaction --no-progress
- name: Run PHPUnit (DB_ENGINE=${{ matrix.db_engine }})
shell: bash
working-directory: /srv/comanage-registry/app
Expand Down

0 comments on commit ed385cb

Please sign in to comment.