Skip to content

Commit

Permalink
Added junit report publishing to github build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaneg committed Dec 11, 2020
1 parent d75c4fa commit 472b03a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ jobs:
run: chmod +x lisa/gradlew
- name: Build with Gradle
run: cd lisa && ./gradlew build
- name: Publish Unit Test Results
uses: EnricoMi/[email protected]
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
files: lisa/build/test-results/test/TEST-it.unive.lisa.test.*.xml

0 comments on commit 472b03a

Please sign in to comment.