From f2d97ae2deade699eb02536557ecf4691c47c2b2 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 17 May 2022 16:14:46 +0100 Subject: [PATCH] Upload surefire reports in manual workflow --- .github/workflows/manual.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 427cd43c..1074b5c2 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -44,3 +44,9 @@ jobs: spring-shell-samples/target/*.jar spring-shell-samples/target/spring-shell-samples spring-shell-samples/target/spring-shell-samples.exe + - uses: actions/upload-artifact@v2 + with: + name: surefire-reports-${{ matrix.nickname }} + retention-days: 1 + path: | + */target/surefire-reports/*