Skip to content

Commit 122f178

Browse files
committed
Upload integration tests build logs on failure
1 parent 4adbb9a commit 122f178

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/verify.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ jobs:
2424

2525
- name: Maven verify
2626
run: mvn -B verify -Prun-its
27+
28+
- uses: actions/upload-artifact@v2
29+
if: failure()
30+
with:
31+
name: it-build-logs
32+
path: target/it/*/*.log

0 commit comments

Comments
 (0)