Upload surefire reports in manual workflow

This commit is contained in:
Janne Valkealahti
2022-05-17 16:14:46 +01:00
parent 4a05106d86
commit f2d97ae2de

View File

@@ -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/*