diff --git a/plugins/woocommerce/changelog/dev-add-legacy-unit-tests-to-ci b/plugins/woocommerce/changelog/dev-add-legacy-unit-tests-to-ci new file mode 100644 index 00000000000..a6be4eac378 --- /dev/null +++ b/plugins/woocommerce/changelog/dev-add-legacy-unit-tests-to-ci @@ -0,0 +1,5 @@ +Significance: patch +Type: dev +Comment: fix the CI unit test path for legacy unit tests + + diff --git a/plugins/woocommerce/package.json b/plugins/woocommerce/package.json index 45f35ea77c4..566c0a51025 100644 --- a/plugins/woocommerce/package.json +++ b/plugins/woocommerce/package.json @@ -88,6 +88,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php" ] }, @@ -103,6 +104,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php" ], "testEnv": { @@ -120,6 +122,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php" ], "testEnv": { @@ -140,6 +143,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php" ], "testEnv": { @@ -160,6 +164,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php" ], "testEnv": { @@ -188,6 +193,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php", "tests/e2e-pw/**" ], @@ -207,6 +213,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/unit-tests/**/*.php", "tests/api-core-tests/**" ], @@ -226,7 +233,7 @@ "src/**/*.php", "templates/**/*.php", "tests/php/**/*.php", - "tests/unit-tests/**/*.php", + "tests/legacy/unit-tests/**/*.php", "tests/performance/**" ], "testEnv": {