ci: enable ut when components/ files changed

This commit is contained in:
Fu Hanxi
2021-10-21 10:24:23 +08:00
parent 3a530e3311
commit f312a1f128

View File

@@ -75,6 +75,8 @@
- "tools/unit-test-app/**/*" - "tools/unit-test-app/**/*"
- "components/**/*"
.patterns-component_ut: &patterns-component_ut .patterns-component_ut: &patterns-component_ut
- "tools/ci/python_packages/gitlab_api.py" - "tools/ci/python_packages/gitlab_api.py"
- "tools/ci/python_packages/tiny_test_fw/**/*" - "tools/ci/python_packages/tiny_test_fw/**/*"
@@ -85,7 +87,7 @@
- "tools/find_apps.py" - "tools/find_apps.py"
- "tools/find_build_apps/**/*" - "tools/find_build_apps/**/*"
- "components/**/test_apps/**/*" - "components/**/*"
.patterns-integration_test: &patterns-integration_test .patterns-integration_test: &patterns-integration_test
- "tools/ci/python_packages/tiny_test_fw/**/*" - "tools/ci/python_packages/tiny_test_fw/**/*"