We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70b10c commit da1180fCopy full SHA for da1180f
1 file changed
.circleci/config.yml
@@ -112,12 +112,14 @@ jobs:
112
name: Move test report
113
command: |
114
mkdir -p /tmp/test-report
115
- cp -r reports/test-report.html /tmp/test-report/
+ cp /home/circleci/e2e-sdk-modular/reports/test-report.html /tmp/test-report/
116
chmod 777 -R /tmp/test-report
117
- when: always
+ when: always
118
+
119
- store_artifacts:
120
path: /tmp/test-report
121
when: always
122
123
- run:
124
name: Parse and send test results to Slack
125
0 commit comments