Skip to content

Commit

Permalink
Fix #328 Publish integration test build directory when Appveyor build…
Browse files Browse the repository at this point in the history
… fails
  • Loading branch information
srdo committed Apr 22, 2019
1 parent 19796fa commit edb3fc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions appveyor.yml
Expand Up @@ -12,3 +12,7 @@ build_script:
cache:
- C:\Users\appveyor\.m2\repository
- C:\Users\appveyor\.m2\wrapper

on_failure:
- 7z a it-logs.zip target\it
- appveyor PushArtifact it-logs.zip
1 change: 1 addition & 0 deletions src/it/ISSUE-7/postbuild.groovy
Expand Up @@ -44,5 +44,6 @@ assertExistsFile(file);

content = file.text;
assert assertContains(file, content, '/*-');
assert false;

return true;

0 comments on commit edb3fc9

Please sign in to comment.