Skip to content

Commit da1180f

Browse files
authored
fixed path
1 parent d70b10c commit da1180f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,12 +112,14 @@ jobs:
112112
name: Move test report
113113
command: |
114114
mkdir -p /tmp/test-report
115-
cp -r reports/test-report.html /tmp/test-report/
115+
cp /home/circleci/e2e-sdk-modular/reports/test-report.html /tmp/test-report/
116116
chmod 777 -R /tmp/test-report
117-
when: always
117+
when: always
118+
118119
- store_artifacts:
119120
path: /tmp/test-report
120121
when: always
122+
121123
- run:
122124
name: Parse and send test results to Slack
123125
when: always

0 commit comments

Comments
 (0)