Skip to content

Commit 5b53b10

Browse files
committed
✨ feat: add dry-run option and aliases for static clean command
1 parent 59b813c commit 5b53b10

2 files changed

Lines changed: 299 additions & 134 deletions

File tree

.github/workflows/magento-compatibility.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,13 @@ jobs:
134134
echo "Test MageForge Theme List command:"
135135
bin/magento mageforge:theme:list
136136
137+
echo "Test MageForge Static Clean command with dry-run:"
138+
bin/magento mageforge:static:clean --all --dry-run
139+
140+
echo "Test MageForge Static Clean aliases:"
141+
bin/magento m:s:c --help
142+
bin/magento frontend:clean --help
143+
137144
- name: Test Summary
138145
run: |
139146
echo "MageForge module compatibility test with Magento ${{ matrix.magento-version }} completed"
@@ -255,6 +262,13 @@ jobs:
255262
echo "Test MageForge Theme List command:"
256263
bin/magento mageforge:theme:list
257264
265+
echo "Test MageForge Static Clean command with dry-run:"
266+
bin/magento mageforge:static:clean --all --dry-run
267+
268+
echo "Test MageForge Static Clean aliases:"
269+
bin/magento m:s:c --help
270+
bin/magento frontend:clean --help
271+
258272
- name: Test Summary
259273
run: |
260274
echo "MageForge module compatibility test with Magento 2.4.8 completed"

0 commit comments

Comments
 (0)