Skip to content

Commit

Permalink
Remove plugin that doesn't have permission to produce integration tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
corneil committed Aug 23, 2024
1 parent b1ac63f commit 788a426
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,6 @@ jobs:
- name: Build
run: |
./mvnw -B -s .github/settings.xml -Pasciidoctordocs,restdocs clean install
- name: Test Report
uses: dorny/test-reporter@v1
if: ${{ success() || failure() }}
with:
name: Unit Tests
path: '**/surefire-reports/*.xml'
reporter: java-junit
list-tests: failed
- name: Capture Test Results
if: failure()
uses: actions/upload-artifact@v3
with:
name: Unit Tests
path: '**/surefire-reports/*.xml'
retention-days: 3
# clean m2 cache
- name: Clean cache
run: |
Expand Down

0 comments on commit 788a426

Please sign in to comment.