Skip to content

Commit

Permalink
fix: Report path (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakprp authored Oct 18, 2023
1 parent 1af1e57 commit 7a59071
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 @@ -69,7 +69,7 @@ jobs:
- run:
name: Move test report
command: |
mv /home/circleci/e2e-sdk-prime/mochawesome-report /tmp/
mv /home/circleci/e2e-sdk/mochawesome-report /tmp/
chmod 777 -R /tmp/mochawesome-report
when: always
- store_artifacts:
Expand Down

0 comments on commit 7a59071

Please sign in to comment.