Skip to content

Commit

Permalink
BLADE-730 remove check-report action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjhy committed Sep 6, 2023
1 parent 781b098 commit f32f606
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ jobs:
with:
name: LinuxJDK8-tests.zip
path: tests.zip
- name: Run reporter
uses: check-run-reporter/action@v2.0.0
if: ${{ always() }}
with:
label: "Linux JDK8 test reports"
report: "**/TEST-*.xml"
token: "7793a209-c075-4644-9bdb-9205dbe5c4e7"
LinuxJDK11:
name: Linux JDK11
runs-on: ubuntu-latest
Expand Down Expand Up @@ -109,13 +102,6 @@ jobs:
with:
name: LinuxJDK11-tests.zip
path: tests.zip
- name: Run reporter
uses: check-run-reporter/action@v2.0.0
if: ${{ always() }}
with:
label: "Linux JDK11 test reports"
report: "**/TEST-*.xml"
token: "7793a209-c075-4644-9bdb-9205dbe5c4e7"
#MacOSJDK11:
# name: MacOS JDK11
# runs-on: macos-latest
Expand Down

0 comments on commit f32f606

Please sign in to comment.