Skip to content

Commit d697242

Browse files
committed
fix config.yml
1 parent 6c9663d commit d697242

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

.circleci/config.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -121,16 +121,11 @@ jobs:
121121
command: |
122122
cd tests/e2e && export TEST_FILES=$(circleci tests glob "tests/**/*.e2e.ts" | circleci tests split --split-by=timings) && cd ../..
123123
.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
134129
- store_test_results:
135130
path: tests/e2e/mochawesome-report
136131
- store_artifacts:

0 commit comments

Comments
 (0)