Skip to content

Commit

Permalink
Upload integration tests build logs on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksandr-m committed Feb 18, 2022
1 parent 4adbb9a commit 122f178
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ jobs:

- name: Maven verify
run: mvn -B verify -Prun-its

- uses: actions/upload-artifact@v2
if: failure()
with:
name: it-build-logs
path: target/it/*/*.log

0 comments on commit 122f178

Please sign in to comment.