Browse Source

fix: ignore AndroidManifest.xml file for pytest

Young Han 2 tuần trước cách đây
mục cha
commit
5f8daf696a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/pytest_cpu_gha_runner.yaml

+ 1 - 1
.github/workflows/pytest_cpu_gha_runner.yaml

@@ -70,5 +70,5 @@ jobs:
         id: test_summary
         uses: test-summary/action@v2
         with:
-          paths: "**/*.xml"
+          paths: "**/*.xml(?<!AndroidManifest\.xml)"
         if: always()