From 0d929dcf12693bd693f97aa007a0f048d400df97 Mon Sep 17 00:00:00 2001 From: ioedeveloper Date: Thu, 30 Apr 2020 02:03:17 +0000 Subject: [PATCH] store test results --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 24733a98a2..e547474b36 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,7 +34,7 @@ jobs: background: true - run: ./ci/browser_tests_chrome.sh - store_test_results: - path: ./reports/test_results + path: test_results - store_artifacts: path: ./reports/screenshots @@ -74,7 +74,7 @@ jobs: command: sudo dpkg -i firefox-mozilla-build_73.0.1-0ubuntu1_amd64.deb - run: ./ci/browser_tests_firefox.sh - store_test_results: - path: ./reports/test_results + path: test_results - store_artifacts: path: ./reports/screenshots