We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0933eba commit 0f429beCopy full SHA for 0f429be
1 file changed
.github/workflows/functional-tests.yml
@@ -163,10 +163,12 @@ jobs:
163
bin/magento mageforge:theme:copy-from-vendor --help
164
165
echo "Test with dry-run (preview only, no actual copying):"
166
- # Use a file that actually exists in vendor (composer.json from any installed package)
167
- bin/magento mageforge:theme:copy-from-vendor vendor/composer/composer/composer.json Magento/blank --dry-run
+ # Use a real Magento module template file
+ bin/magento mageforge:theme:copy-from-vendor vendor/magento/module-catalog/view/frontend/templates/product/list.phtml Magento/blank --dry-run
168
169
echo "Test alias:"
170
+ bin/magento theme:copy --help
171
+
172
- name: Test Inspector Functionality
173
working-directory: magento2
174
run: |
0 commit comments