@@ -134,6 +134,30 @@ jobs:
134134 echo "Test MageForge Theme List command:"
135135 bin/magento mageforge:theme:list
136136
137+
138+ echo "Test MageForge Hyvä Compatibility Check command:"
139+ bin/magento mageforge:hyva:compatibility:check --help
140+ bin/magento m:h:c:c --help
141+
142+ echo "Test MageForge Hyvä Compatibility Check - Show all modules:"
143+ bin/magento mageforge:hyva:compatibility:check --show-all
144+
145+ echo "Test MageForge Hyvä Compatibility Check - Third party only:"
146+ bin/magento m:h:c:c --third-party-only
147+
148+ echo "Test MageForge Hyvä Compatibility Check - Detailed output:"
149+ bin/magento m:h:c:c --show-all --detailed
150+
151+ echo "Test MageForge Static Clean command with dry-run:"
152+ bin/magento mageforge:static:clean --all --dry-run
153+
154+ echo "Test MageForge Static Clean aliases:"
155+ bin/magento mageforge:static:clean --all --dry-run
156+ echo "Test MageForge Static Clean aliases:"
157+ bin/magento m:st:c --help
158+ bin/magento frontend:clean --help
159+
160+
137161 - name : Test Summary
138162 run : |
139163 echo "MageForge module compatibility test with Magento ${{ matrix.magento-version }} completed"
@@ -255,6 +279,27 @@ jobs:
255279 echo "Test MageForge Theme List command:"
256280 bin/magento mageforge:theme:list
257281
282+ echo "Test MageForge Hyvä Compatibility Check command:"
283+ bin/magento mageforge:hyva:compatibility:check --help
284+ bin/magento m:h:c:c --help
285+
286+ echo "Test MageForge Hyvä Compatibility Check - Show all modules:"
287+ bin/magento mageforge:hyva:compatibility:check --show-all
288+
289+ echo "Test MageForge Hyvä Compatibility Check - Third party only:"
290+ bin/magento m:h:c:c --third-party-only
291+
292+ echo "Test MageForge Hyvä Compatibility Check - Detailed output:"
293+ bin/magento m:h:c:c --show-all --detailed
294+
295+ echo "Test MageForge Static Clean command with dry-run:"
296+ bin/magento mageforge:static:clean --all --dry-run
297+
298+ echo "Test MageForge Static Clean alias:"
299+ bin/magento m:st:c --help
300+ bin/magento frontend:clean --help
301+
302+
258303 - name : Test Summary
259304 run : |
260305 echo "MageForge module compatibility test with Magento 2.4.8 completed"
0 commit comments