We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b934dde commit 0f5f5e0Copy full SHA for 0f5f5e0
.github/workflows/e2e.yml
@@ -47,6 +47,14 @@ jobs:
47
spring-shell-samples/build/libs/*.jar
48
spring-shell-samples/build/native/nativeCompile/spring-shell-samples
49
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
58
e2e:
59
runs-on: ${{ matrix.os }}
60
needs: build
0 commit comments