Skip to content

Commit

Permalink
Merge pull request #224 from joe-chacko/remove-testhub-io-actions
Browse files Browse the repository at this point in the history
OPS: remove testhub.io workflows
  • Loading branch information
habiblawal1 authored Aug 2, 2023
2 parents 35d378e + c0dcf12 commit 65c7bbe
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,14 +75,6 @@ jobs:
with:
name: xml-report
path: "**/test-results/**/*.xml"
- name: Upload test results to Test-hub.io
if: always() # make sure we run it every time even if test step fails
uses: testhub-io/testhub-io.action@v0.62
with:
test_result_pattern: "**/test-results/**/*.xml"
- name: Link to Test-hub.io
if: always()
run: echo "https://test-hub.io/OpenLiberty/projects/yoko/runs/$GITHUB_RUN_NUMBER"
- name: Check JAR licenses
run: |
JARS=$(find ./ -name '*.jar' -type f | grep yoko | grep libs)
Expand Down

0 comments on commit 65c7bbe

Please sign in to comment.