From 58b1c3ccd961cb57d53d8c0b45a51f183c97cc4a Mon Sep 17 00:00:00 2001 From: Gunnar von der Beck Date: Wed, 22 Nov 2023 14:09:32 +0100 Subject: [PATCH] chore: fixed build.yml --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 598b2ef..3d4e2e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,16 +27,16 @@ jobs: - name: Run Maven run: mvn -B clean verify com.mycila:license-maven-plugin:check - - name: [On Failure] Dump Zeebe logs + - name: Dump Zeebe logs if: failure() uses: jwalton/gh-docker-logs@v2 with: images: 'ghcr.io/camunda-community-hub/zeebe-with-redis-exporter' dest: './logs' - - name: [On Failure] Tar logs + - name: Tar logs if: failure() run: tar cvzf ./logs.tgz ./logs - - name: [On Failure] Upload logs to GitHub + - name: Upload logs to GitHub if: failure() uses: actions/upload-artifact@master with: