From 4a13654bcf0d9aeb4e19db0c37174fbc5c282e4a Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Wed, 11 Dec 2024 21:12:43 +0100 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"