Skip to content

Commit

Permalink
Fix artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
elenadimitrova committed Nov 4, 2020
1 parent 678c82e commit 4f02599
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 @@ -72,7 +72,7 @@ jobs:
command: npm run ganache >/dev/null 2>&1 & npm run test
# Save coverage artifacts
- store_artifacts:
path: gas-usage-report.rst
path: gas-usage-report.log
destination: reports/gas-usage-report.log
- run: npx codechecks
- run:
Expand Down

0 comments on commit 4f02599

Please sign in to comment.