Skip to content

Commit

Permalink
Merge pull request #1441 from data-integrations/separate-builds
Browse files Browse the repository at this point in the history
remove unintended surefire reports action
  • Loading branch information
itsankit-google authored Aug 29, 2024
2 parents ad92549 + 0fac71f commit 74dd583
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,3 @@ jobs:
path: |
**/target/rat.txt
**/target/surefire-reports/*
- name: Surefire Report
# Pinned 3.5.2 version
uses: mikepenz/action-junit-report@16a9560bd02f11e7e3bf6b3e2ef6bba6c9d07c32
if: always()
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'
github_token: ${{ secrets.GITHUB_TOKEN }}
detailed_summary: true
commit: ${{ github.event.workflow_run.head_sha }}
check_name: Test Report

0 comments on commit 74dd583

Please sign in to comment.