From 4f3019241f966dabe1667baae2a275bcb77129e5 Mon Sep 17 00:00:00 2001 From: Janne Valkealahti Date: Tue, 7 Mar 2023 14:13:59 +0000 Subject: [PATCH] Upload build errors --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92582db..249a0f0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,3 +25,11 @@ jobs: cache: gradle - name: Build run: ./gradlew build + - uses: actions/upload-artifact@v3 + if: ${{ failure() }} + with: + name: buildreports + retention-days: 1 + path: | + */build/reports + spring-security-kerberos-samples/*/build/reports