From 707f70176448248d1666a49e1e83431f302a2103 Mon Sep 17 00:00:00 2001 From: FICHET Philippe Date: Thu, 21 Dec 2023 18:10:37 +0100 Subject: [PATCH] remove test reporter on MacOS --- .github/workflows/build-on-macos.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build-on-macos.yml b/.github/workflows/build-on-macos.yml index 7a1dc7d..9392e38 100644 --- a/.github/workflows/build-on-macos.yml +++ b/.github/workflows/build-on-macos.yml @@ -25,13 +25,3 @@ jobs: - name: Test with Maven run: mvn -Ddependency-check.skip=true -DhasNodeJSRuntime clean test timeout-minutes: 10 - - name: Test Report - uses: dorny/test-reporter@v1 - if: success() || failure() # run this step even if previous step failed - with: - # Name of the check run which will be created - name: JUnit Tests - # Path to test results - path: target/surefire-reports/*.xml - # Format of test results - reporter: java-junit