Skip to content

Commit

Permalink
JPERF-714: Remove Publish Test Report GHA step altogether
Browse files Browse the repository at this point in the history
The https://github.com/ScaCap/action-surefire-report action has a bug that prevents it from running properly on PRs from forks: ScaCap/action-surefire-report#31.
  • Loading branch information
mzyromski-atlassian committed Dec 9, 2020
1 parent 82e7f1f commit 883eaaf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
key: ${{ runner.os }}-${{ hashFiles('gradle') }}
- name: Build
run: ./gradlew build
- name: Publish Test Report
if: always()
uses: scacap/action-surefire-report@v1.0.5
with:
github_token: ${{ secrets.REPOSITORY_ACCESS_TOKEN }}
report_paths: '**/build/test-results/*/TEST-*.xml'
- name: Upload test reports
if: always()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 883eaaf

Please sign in to comment.