Fix circleCI stale filepath for eth-contracts build.

pull/447/head
Kieran Prasch 2018-09-24 14:42:48 -07:00
parent 922eb9ab5a
commit 540e25ac57
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ jobs:
- run:
name: Ethereum Contract Unit Tests
command: |
pipenv run pytest --junitxml=./reports/pytest/eth-contract-unit-report.xml -v --runslow $(circleci tests glob tests/blockchain/eth/contracts/unit/test_*.py | circleci tests split --split-by=timings)
pipenv run pytest --junitxml=./reports/pytest/eth-contract-unit-report.xml -v --runslow $(circleci tests glob tests/blockchain/eth/contracts/*/test_*.py | circleci tests split --split-by=timings)
- store_test_results:
path: ./reports/pytest/