Skip to content

Commit

Permalink
Adding test result publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
mnbjhu committed Aug 22, 2023
1 parent eb80e1a commit 55cfa80
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
VERSION=$(git tag --sort=committerdate | tail -1)
echo Generating API documentation for version $VERSION
./gradlew -Pversion=$VERSION dokkaHtml
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
with:
files: |
build/test-results/**/*.xml
- name: Deploy API documentation to Github Pages
if: ${{ github.ref == 'refs/heads/master' && github.event_name != 'pull_request' }}
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit 55cfa80

Please sign in to comment.