Skip to content

Commit ee34736

Browse files
dermatzCopilot
andauthored
Update .github/workflows/functional-tests.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8df5fd0 commit ee34736

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/functional-tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,16 @@ jobs:
162162
echo "Test help command:"
163163
bin/magento mageforge:theme:copy-from-vendor --help
164164
165-
echo "Test alias:"
165+
echo "Test alias help:"
166166
bin/magento theme:copy --help
167+
168+
echo "Test dry-run without required arguments (expect validation failure but command should execute):"
169+
bin/magento mageforge:theme:copy-from-vendor --dry-run || echo "Expected failure - missing or invalid arguments for copy-from-vendor"
170+
171+
echo "Test alias dry-run without required arguments (expect validation failure but alias should execute):"
172+
bin/magento theme:copy --dry-run || echo "Expected failure - missing or invalid arguments for theme:copy alias"
167173
168-
echo "✓ Copy from vendor command and alias available"
174+
echo "✓ Copy from vendor command and alias available and basic execution paths exercised"
169175
170176
- name: Test Inspector Functionality
171177
working-directory: magento2

0 commit comments

Comments
 (0)