Explorar el Código

fix: pytest_cpu paths' grammar

Young Han hace 1 mes
padre
commit
41d6b03c5b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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()