This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new e4c6eeb017 minor refactor: store reports
e4c6eeb017 is described below
commit e4c6eeb017556afc146b27d547cc4cb99279e94b
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 5 07:56:37 2024 +1000
minor refactor: store reports
---
.github/workflows/groovy-build-test.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/groovy-build-test.yml
b/.github/workflows/groovy-build-test.yml
index 6f35de0495..6fa01ef885 100644
--- a/.github/workflows/groovy-build-test.yml
+++ b/.github/workflows/groovy-build-test.yml
@@ -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'