From 97048a14f4bfa39d4e597c9d839b4d95e41b55f5 Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Mon, 4 May 2020 20:29:01 +0300 Subject: [PATCH] Try to store screenshot after failed test --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 94abd9ac1ea..8c379a9d714 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -62,6 +62,8 @@ defaults: $(npm bin)/cypress run ;; esac + store_artifacts: + path: ~/project/cypress/screenshots ckan_env: &ckan_env environment: CKAN_DATASTORE_POSTGRES_DB: datastore_test @@ -140,8 +142,6 @@ jobs: path: ~/junit - <<: *start_test_server - <<: *run_front_tests - - store_artifacts: - path: ~/project/cypress/screenshots workflows: version: 2 build_and_test: