diff --git a/.github/workflows/build_tests_action.yml b/.github/workflows/build_tests_action.yml index d59eec74..0c3e7cf9 100644 --- a/.github/workflows/build_tests_action.yml +++ b/.github/workflows/build_tests_action.yml @@ -32,7 +32,7 @@ jobs: id: test-results if: always() with: - files: build/test-results/**/*.xml + junit_files: build/test-results/**/*.xml fail_on: nothing ignore_runs: true json_thousands_separator: . diff --git a/.github/workflows/pull_build_tests_action.yml b/.github/workflows/pull_build_tests_action.yml index 3b56202c..e2dbeb6f 100644 --- a/.github/workflows/pull_build_tests_action.yml +++ b/.github/workflows/pull_build_tests_action.yml @@ -32,7 +32,7 @@ jobs: id: test-results if: always() with: - files: build/test-results/**/*.xml + junit_files: build/test-results/**/*.xml fail_on: nothing ignore_runs: true json_thousands_separator: .