Skip to content

Commit

Permalink
IDE-5118 remove github reporter action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Oct 9, 2023
1 parent 060daca commit e897312
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,4 @@ jobs:
- name: Run tests
shell: bash
run: |
./run-tests.sh
- name: Upload tests
uses: actions/upload-artifact@v1
if: ${{ failure() }}
with:
name: surefire-reports.tar.gz
path: surefire-reports.tar.gz
- name: Run reporter
uses: check-run-reporter/[email protected]
if: ${{ always() }}
with:
label: "Maven surefire test reports"
report: "**/TEST-*.xml"
token: "000f9d8e-4211-4cb7-9438-cb165d0db32a"
./run-tests.sh

0 comments on commit e897312

Please sign in to comment.