Skip to content

Commit

Permalink
minor refactor: store reports
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk-asert committed Dec 4, 2024
1 parent 457ca9b commit e4c6eeb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/groovy-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
- name: Test with Gradle
run: ./gradlew test
timeout-minutes: 60
- name: Upload reports
uses: actions/upload-artifact@v4
with:
name: apache-groovy-reports
path: build/reports/

additional:
#if: github.event_name == 'push'
Expand Down

0 comments on commit e4c6eeb

Please sign in to comment.