Skip to content

Commit

Permalink
publish test results
Browse files Browse the repository at this point in the history
  • Loading branch information
pahjbo committed Jul 31, 2024
1 parent 3db91f4 commit fef1de4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,17 @@ jobs:
java-version: '11'
distribution: 'adopt'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Run the tests
run: |
./gradlew test -PskipSigning=True
- name: Publish Test Results
uses: EnricoMi/publish-unit-test-result-action@v2
if: always()
with:
files: |
build/test-results/**/*.xml

0 comments on commit fef1de4

Please sign in to comment.