Skip to content

Commit

Permalink
appengine: export xunit results
Browse files Browse the repository at this point in the history
  • Loading branch information
ace-n committed Jan 9, 2020
1 parent d51ffc9 commit d9803dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .kokoro/appengine/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/nodejs-docs-samples/.kokoro/build.sh"
}

# Export XUnit test results for further analysis
action {
define_artifacts {
regex: "**/all-tests.xml"
}
}

0 comments on commit d9803dc

Please sign in to comment.