Commit 8118ba2
fix(workflows): run the Mage-OS Suite testsuite, not a removed one (#371)
The workflow strips the upstream "Memory Usage Tests" and "Magento
Integration Tests Real Suite" testsuites from phpunit.xml.dist, then
injects a new "Mage-OS Suite" containing the shard's directories.
However, the run command still passed --testsuite 'Magento Integration
Tests' — a name that no longer exists in upstream phpunit.xml.dist —
causing PHPUnit to print "No tests executed!" on every shard.
Invoke the suite the workflow actually builds.
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>1 parent dcb0e5b commit 8118ba2
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
246 | | - | |
| 245 | + | |
| 246 | + | |
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| |||
0 commit comments