File tree Expand file tree Collapse file tree
src/Console/Command/Static Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments