Skip to content

Commit

Permalink
chore: fixed build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VonDerBeck committed Nov 22, 2023
1 parent e445c04 commit 58b1c3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 58b1c3c

Please sign in to comment.