diff --git a/.circleci/config.yml b/.circleci/config.yml index 379f638565..cd5baa7f97 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -115,6 +115,10 @@ jobs: steps: - browser-tools/install-chrome - browser-tools/install-chromedriver + - run: + name: Check out previous test metadata + command: | + cat "${CIRCLE_INTERNAL_TASK_DATA}/circle-test-results/results.json" | jq . - run: command: | google-chrome --version