From ef06f4566ba2bd9e132d0fe85becb5a96b58aa38 Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Sun, 10 May 2026 17:55:28 -0400 Subject: [PATCH] fix(check-store): only run unit tests for unit tests --- .github/workflows/check-store.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-store.yaml b/.github/workflows/check-store.yaml index 0de81e7..df02fcb 100644 --- a/.github/workflows/check-store.yaml +++ b/.github/workflows/check-store.yaml @@ -101,7 +101,7 @@ jobs: cat > /tmp/testsuite.xml << 'EOF' - ../../../app/code + ../../../app/code/*/*/Test/Unit EOF sed -i '//r /tmp/testsuite.xml' dev/tests/unit/phpunit.xml.dist