Skip to content

Commit

Permalink
ci: add FroshPlatformFilterSearch to smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Mar 5, 2024
1 parent 4c0cd6d commit 3856be2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3856be2

Please sign in to comment.