mirror of https://github.com/nucypher/nucypher.git
Fix circleCI stale filepath for eth-contracts build.
parent
922eb9ab5a
commit
540e25ac57
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue