diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 428f625..6cbf202 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,7 +58,7 @@ jobs: composer config --no-plugins allow-plugins.neos/composer-plugin true pwd ls -la .. - ls -la ../neos-seo + ls -la ../neos-seo git -C ../${{ env.PACKAGE_FOLDER }} checkout -b build composer config repositories.package '{ "type": "path", "url": "../${{ env.PACKAGE_FOLDER }}", "options": { "symlink": false } }' composer require --no-update --no-interaction neos/seo:"dev-build as dev-${PACKAGE_TARGET_VERSION}"