Skip to content

Commit

Permalink
Deactivate scacap/action-surefire-report on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
kaklakariada committed Nov 22, 2022
1 parent 033de9f commit 1747472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Expand Up @@ -70,7 +70,8 @@ jobs:

- name: Publish Test Report for Java ${{ matrix.java }} on ${{ matrix.os }}
uses: scacap/action-surefire-report@v1
if: ${{ always() && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]' }}
# 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 }}
Expand Down

0 comments on commit 1747472

Please sign in to comment.