Skip to content

Commit 781a328

Browse files
committed
add upload reports to github actions ci
1 parent a0c78ac commit 781a328

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ jobs:
2525
ORG_GRADLE_PROJECT_sonatype_username: ${{ secrets.SONATYPE_S01_USERNAME }}
2626
ORG_GRADLE_PROJECT_sonatype_password: ${{ secrets.SONATYPE_S01_PASSWORD }}
2727
run: ./gradlew publish
28+
- name: Upload reports
29+
if: success() || failure()
30+
uses: actions/upload-artifact@v4
31+
with:
32+
name: reports-build
33+
path: '**/build/reports'

0 commit comments

Comments
 (0)