diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index cfc3402f9..054b65798 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -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