Skip to content

Commit 0f5f5e0

Browse files
committed
Upload buildlogs with failure in e2e tests
1 parent b934dde commit 0f5f5e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/e2e.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@ jobs:
4747
spring-shell-samples/build/libs/*.jar
4848
spring-shell-samples/build/native/nativeCompile/spring-shell-samples
4949
spring-shell-samples/build/native/nativeCompile/spring-shell-samples.exe
50+
- name: Upload Build Logs
51+
if: ${{ failure() }}
52+
uses: actions/upload-artifact@v3
53+
with:
54+
name: buildlogs-${{ matrix.nickname }}
55+
path: |
56+
*/build/reports
57+
*/*/build/reports
5058
e2e:
5159
runs-on: ${{ matrix.os }}
5260
needs: build

0 commit comments

Comments
 (0)