From 9a431363e017e9078047df8dbf8220ebfcdb1bc0 Mon Sep 17 00:00:00 2001 From: itamar Arjuan Date: Tue, 17 Dec 2019 12:14:49 +0200 Subject: [PATCH] making sure we store artifacts from e2e against testnet --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce3b56d40..a57e80f2e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -183,6 +183,9 @@ jobs: - run: ./.circleci/retry.sh 5 go get -u github.com/orbs-network/go-junit-report - run: sleep 300 - run: ./.circleci/e2e-testnet.sh 2013 2011 + - store_artifacts: + path: _out + destination: test-output - store_test_results: path: _reports @@ -283,6 +286,9 @@ workflows: - e2e_testnet_leanhelix: requires: - deploy_testnet + filters: + tags: + only: /^v.*/ - marvin_tests: requires: - deploy_testnet