Skip to content

Commit

Permalink
No issue: Remove duplicate stop from build action
Browse files Browse the repository at this point in the history
  • Loading branch information
reckart committed Jan 27, 2025
1 parent e1ff742 commit b9ee80c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,6 @@ jobs:
if: "!(matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request')"
run: mvn --show-version --batch-mode --no-transfer-progress clean verify

- name: Publish Test Report
uses: mikepenz/action-junit-report@v5
if: success() || failure() # always run even if the previous step fails
with:
report_paths: '**/target/surefire-reports/TEST-*.xml'

- name: Build with Maven and publish artifacts
if: matrix.os == 'ubuntu-latest' && github.event_name != 'pull_request'
env:
Expand Down

0 comments on commit b9ee80c

Please sign in to comment.