Skip to content

Commit

Permalink
Deactivate surefire report
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 22, 2022
1 parent 1747472 commit ab6273e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@ jobs:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
MAVEN_OPTS: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"

- name: Publish Test Report for Java ${{ matrix.java }} on ${{ matrix.os }}
uses: scacap/action-surefire-report@v1
# Deactivated on macos-latest because of https://github.com/ScaCap/action-surefire-report/issues/95
if: ${{ always() && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' && matrix.os != 'macos-latest' }}
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Archive oft binary
uses: actions/upload-artifact@v3
if: ${{ env.DEFAULT_OS == matrix.os && env.DEFAULT_JAVA == matrix.java }}
Expand Down

0 comments on commit ab6273e

Please sign in to comment.