Skip to content

Commit

Permalink
Disable test reporting for now
Browse files Browse the repository at this point in the history
Test reporting action makes dependabot PR builds fail
  • Loading branch information
ogolberg committed Dec 6, 2023
1 parent 94795b4 commit 074eb29
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ jobs:
java-version: 17
- name: Build
run: ./gradlew check testCodeCoverageReport --stacktrace --no-daemon
- name: Test Report
uses: phoenix-actions/test-reporting@v8
if: success() || failure()
with:
name: JUnit
path: "**/build/test-results/**/TEST-*.xml"
reporter: java-junit

0 comments on commit 074eb29

Please sign in to comment.