瀏覽代碼

fix: ignore AndroidManifest.xml file for pytest

Young Han 1 周之前
父節點
當前提交
5f8daf696a
共有 1 個文件被更改,包括 1 次插入1 次删除
  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()