Skip to content

Instantly share code, notes, and snippets.

@sirech
Created July 15, 2019 20:39
Show Gist options
  • Save sirech/1717e3de8f359b5bb676abb41c38698a to your computer and use it in GitHub Desktop.
Save sirech/1717e3de8f359b5bb676abb41c38698a to your computer and use it in GitHub Desktop.
- run:
name: Save test results
command: |
mkdir -p ~/junit/
find . -type f -regex ".*/build/test-results/.*xml" -exec cp {} ~/junit/ \;
when: always
- store_test_results:
path: ~/junit
- store_artifacts:
path: ~/junit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment