Skip to content

Commit

Permalink
snapshot test report uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
ForteScarlet committed Mar 9, 2024
1 parent 33cff30 commit f65b33f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/publish-v4-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,14 @@ jobs:
gradle-version: 8.5
arguments: assemble allTests --info --warning-mode all --build-cache -Porg.gradle.daemon=false

- name: Upload test reports
uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
name: test-reports-${{ matrix.os }}
path: '**/build/reports/tests'
retention-days: 7

- name: Gradle publish snapshot
uses: gradle/gradle-build-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion website

0 comments on commit f65b33f

Please sign in to comment.