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 293cab4 commit d872b76Copy full SHA for d872b76
1 file changed
.github/workflows/functional-tests.yml
@@ -162,12 +162,10 @@ jobs:
162
echo "Test help command:"
163
bin/magento mageforge:theme:copy-from-vendor --help
164
165
- echo "Test with dry-run (preview only, no actual copying):"
166
- # Use a real Magento module template file
167
- 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
+
+ echo "✓ Copy from vendor command and alias available"
171
172
- name: Test Inspector Functionality
173
working-directory: magento2
0 commit comments