Skip to content
This repository has been archived by the owner on Jun 18, 2022. It is now read-only.

Commit

Permalink
fix path for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
basejump committed May 8, 2019
1 parent d74cef7 commit 6400a98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
- store_test_results:
path: plugin/build/test-results
- store_artifacts:
path: test-projects/app/build/reports/tests
path: examples/app/build/reports/tests
destination: test-reports/integration
- store_test_results:
path: test-projects/app/build/test-results
path: examples/app/build/test-results

### Finally do the build and publish. ciPublish will check if this is a PR or on a branch that should not be published
- run:
Expand Down

0 comments on commit 6400a98

Please sign in to comment.