We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c54e8b commit 7fa00f6Copy full SHA for 7fa00f6
.github/workflows/build11.yml
@@ -15,3 +15,8 @@ jobs:
15
distribution: 'temurin'
16
- name: Build with Gradle
17
run: gradle build --stacktrace
18
+ - name: Publish Test Results
19
+ uses: EnricoMi/publish-unit-test-result-action@v2
20
+ if: always()
21
+ with:
22
+ files: '**/test-results/**/*.xml'
.github/workflows/build8.yml
0 commit comments