fix(check-store): only run unit tests for unit tests

This commit is contained in:
Damien Retzinger
2026-05-10 17:55:28 -04:00
parent 4c9a28930b
commit ef06f4566b
+1 -1
View File
@@ -101,7 +101,7 @@ jobs:
cat > /tmp/testsuite.xml << 'EOF' cat > /tmp/testsuite.xml << 'EOF'
<testsuite name="Store_Unit_Tests"> <testsuite name="Store_Unit_Tests">
<directory>../../../app/code</directory> <directory>../../../app/code/*/*/Test/Unit</directory>
</testsuite> </testsuite>
EOF EOF
sed -i '/<testsuites>/r /tmp/testsuite.xml' dev/tests/unit/phpunit.xml.dist sed -i '/<testsuites>/r /tmp/testsuite.xml' dev/tests/unit/phpunit.xml.dist