Skip to content

Instantly share code, notes, and snippets.

@TomGranot
Created March 5, 2019 18:13
Show Gist options
  • Save TomGranot/dbb679627be6368996c3dc63d50a0108 to your computer and use it in GitHub Desktop.
Save TomGranot/dbb679627be6368996c3dc63d50a0108 to your computer and use it in GitHub Desktop.
Config.yml part 7
- store_artifacts: # for display in Artifacts: https://circleci.com/docs/2.0/artifacts/
path: app/build/reports
destination: reports
- store_test_results: # for display in Test Summary: https://circleci.com/docs/2.0/collect-test-data/
path: app/build/test-results
# See https://circleci.com/docs/2.0/deployment-integrations/ for deploy examples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment