Skip to content

Commit 5d0cc83

Browse files
committed
feat: simplify test for copy from vendor command in functional tests
1 parent 0f429be commit 5d0cc83

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,10 @@ jobs:
162162
echo "Test help command:"
163163
bin/magento mageforge:theme:copy-from-vendor --help
164164
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-
169165
echo "Test alias:"
170166
bin/magento theme:copy --help
167+
168+
echo "✓ Copy from vendor command and alias available"
171169
172170
- name: Test Inspector Functionality
173171
working-directory: magento2

0 commit comments

Comments
 (0)