Parcourir la source

[Hotfix] Pytest Workflow AndroidManifest.xml issue (#935)

Igor Kasianenko il y a 3 semaines
Parent
commit
1895d14e21
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      .github/workflows/pytest_cpu_gha_runner.yaml

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

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