Skip to content

Commit

Permalink
fix test results path
Browse files Browse the repository at this point in the history
  • Loading branch information
hromero committed Jan 3, 2019
1 parent db8f554 commit 0657261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
- run: yarn install
- run: yarn test:unit
- store_test_results:
path: test/results
path: tests/results
- run: yarn build

0 comments on commit 0657261

Please sign in to comment.