-
Notifications
You must be signed in to change notification settings - Fork 230
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy all test results to specified directory
This was necessary because CircleCI was trying to read from other directories containing XML files like .idea and pnpm. These were not tests results. While using the find command feels a bit awkward, store_test_results does not appear to have glob, ignore, or support for multiple paths. This shell script trickery is the documented method described in the docs. https://circleci.com/docs/collect-test-data/#gradle-junit-test-results It's awkward, but it works.
- Loading branch information
Showing
1 changed file
with
48 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters