diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a7297fd29b6..4882c76b6f48 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -132,7 +132,7 @@ jobs: name: Output comparision results and report to CircleCI command: | mkdir -p ~/test-results/test262 - cat ~/diff.tap | $(npm bin)/tap-mocha-reporter xunit | tee ~/test-results/test262/results.xml || true + cat ~/diff.tap | $(npm bin)/tap-mocha-reporter xunit | tee ~/test-results/test262/results.xml <<: *test262_workdir - store_test_results: *artifact_test262_xunit