diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index 7532a2b..643c0d1 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -52,5 +52,11 @@ jobs: ./shopware-cli extension build plugin mv plugin/.shopware-extension-disable.yml plugin/.shopware-extension.yml + - name: Install a Storefront Plugin + working-directory: shopware + run: | + composer require 'frosh/platform-filter-search:*' --no-interaction --no-scripts + rm -rf vendor + - name: Setup the project run: ./shopware-cli project ci shopware \ No newline at end of file