Skip to content

Commit

Permalink
Add "Upload Reports" github CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
terrakok committed Jan 26, 2024
1 parent f61d787 commit 0435734
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
cd gradle-plugins
./gradlew assemble
./gradlew --continue :preview-rpc:test :compose:test :compose:testGradle-${{ matrix.gradle }}
- name: Upload Reports
uses: actions/upload-artifact@v2
with:
name: Test-Reports
path: gradle-plugins/compose/build/reports
if: always()
- name: Print summary
shell: bash
if: always()
Expand Down

0 comments on commit 0435734

Please sign in to comment.