Skip to content

Commit

Permalink
making sure we store artifacts from e2e against testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
itamararjuan committed Dec 17, 2019
1 parent 70a23d2 commit 9a43136
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -283,6 +286,9 @@ workflows:
- e2e_testnet_leanhelix:
requires:
- deploy_testnet
filters:
tags:
only: /^v.*/
- marvin_tests:
requires:
- deploy_testnet
Expand Down

0 comments on commit 9a43136

Please sign in to comment.