Skip to content

Commit

Permalink
remove test reporter on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
philippefichet committed Dec 21, 2023
1 parent 106bb3a commit 707f701
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 707f701

Please sign in to comment.