CI/CD update to use integration tests

pull/229/head
Dr. Sergey Pogodin 7 years ago
parent fb28d30f88
commit e7e4f8e718
  1. 6
      .circleci/config.yml

@ -4,7 +4,7 @@ jobs:
# Basic testing of a new commit to any branch.
test:
docker:
- image: birdofpreyru/mythril:0.0.1
- image: birdofpreyru/mythril:0.0.2
steps:
- checkout:
@ -41,6 +41,10 @@ jobs:
name: Ensuring that setup script is functional
command: cd /home/mythril && python3 setup.py install
- run:
name: Integration tests
command: cd /home && ./run-integration-scripts.sh
deploy:
docker:
- image: birdofpreyru/mythril:0.0.1

Loading…
Cancel
Save