Skip to content

Commit

Permalink
Show test report (#918)
Browse files Browse the repository at this point in the history
Make sure tests are counted and actually ran

@ben-manes
  • Loading branch information
jaredsburrows authored Nov 26, 2024
1 parent 2b23d30 commit 5208a4e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- 8
- 11

permissions:
checks: write
pull-requests: write

steps:
- name: Checkout Project
uses: actions/checkout@v4
Expand All @@ -40,6 +44,14 @@ jobs:
- name: Run build with caching enabled
run: ./gradlew clean build -s

- name: Publish Test Report
uses: EnricoMi/[email protected]
if: always()
with:
comment_mode: off
action_fail_on_inconclusive: true
files: '**/build/test-results/test/TEST-*.xml'

- name: Run examples
run: |
export VERSION_NAME=$(cat gradle.properties | grep -w "VERSION_NAME" | cut -d'=' -f2)
Expand Down

0 comments on commit 5208a4e

Please sign in to comment.