File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -121,16 +121,11 @@ jobs:
121
121
command : |
122
122
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
123
123
.circleci/e2e/test.app.sh
124
- - when :
125
- condition :
126
- equal : [ true, << parameters.report >> ]
127
- steps :
128
- - run :
129
- name : Send report
130
- when : always
131
- command : |
132
- APP_BUILD_TYPE="VSCode (Linux)" node ./.circleci/e2e-results.js
133
- # curl -H "Content-type: application/json" --data @e2e.report.json -H "Authorization: Bearer $SLACK_TEST_REPORT_KEY" -X POST https://slack.com/api/chat.postMessage
124
+ - run :
125
+ name : Send report
126
+ command : |
127
+ APP_BUILD_TYPE="VSCode (Linux)" node ./.circleci/e2e-results.js
128
+ # curl -H "Content-type: application/json" --data @e2e.report.json -H "Authorization: Bearer $SLACK_TEST_REPORT_KEY" -X POST https://slack.com/api/chat.postMessage
134
129
- store_test_results :
135
130
path : tests/e2e/mochawesome-report
136
131
- store_artifacts :
You can’t perform that action at this time.
0 commit comments