Upload buildlogs with failure in e2e tests
This commit is contained in:
8
.github/workflows/e2e.yml
vendored
8
.github/workflows/e2e.yml
vendored
@@ -47,6 +47,14 @@ jobs:
|
||||
spring-shell-samples/build/libs/*.jar
|
||||
spring-shell-samples/build/native/nativeCompile/spring-shell-samples
|
||||
spring-shell-samples/build/native/nativeCompile/spring-shell-samples.exe
|
||||
- name: Upload Build Logs
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: buildlogs-${{ matrix.nickname }}
|
||||
path: |
|
||||
*/build/reports
|
||||
*/*/build/reports
|
||||
e2e:
|
||||
runs-on: ${{ matrix.os }}
|
||||
needs: build
|
||||
|
||||
Reference in New Issue
Block a user