Change directory for storing test results

pull/1/head
ioedeveloper 5 years ago
parent 0d929dcf12
commit 2dd3a0de32
  1. 4
      .circleci/config.yml

@ -34,7 +34,7 @@ jobs:
background: true
- run: ./ci/browser_tests_chrome.sh
- store_test_results:
path: test_results
path: ./reports/test_results/chrome
- 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: test_results
path: ./reports/test_results/firefox
- store_artifacts:
path: ./reports/screenshots

Loading…
Cancel
Save