Skip to content

Commit 0f429be

Browse files
committed
feat: update test for theme copy from vendor with real module template
1 parent 0933eba commit 0f429be

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,12 @@ jobs:
163163
bin/magento mageforge:theme:copy-from-vendor --help
164164
165165
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
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
168168
169169
echo "Test alias:"
170+
bin/magento theme:copy --help
171+
170172
- name: Test Inspector Functionality
171173
working-directory: magento2
172174
run: |

0 commit comments

Comments
 (0)