Skip to content

Commit

Permalink
#316 Show test result HTML report
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Jan 20, 2024
1 parent 770043c commit 12ec12f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ jobs:
- name: Execute Gradle build
run: ./gradlew check --scan -stacktrace

- name: 'Upload Artifact'
- name: 'Upload Test Results'
uses: actions/upload-artifact@v4
with:
name: 'Test Results'
path: build/reports/tests
path: build/reports/tests

- name: 'Preview Test Results'
uses: pavi2410/html-preview-action@v2
with:
html_file: 'build/reports/tests/test/index.html'

0 comments on commit 12ec12f

Please sign in to comment.