diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 597ebc372..34df3f904 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,7 @@ jobs: if: always() continue-on-error: true with: - files: "artifacts/**/TEST-*.xml" + junit_files: "artifacts/**/TEST-*.xml" checkstyle: name: Run Checkstyle