diff --git a/circle.yml b/circle.yml index 41066e9..42f7eed 100644 --- a/circle.yml +++ b/circle.yml @@ -25,3 +25,6 @@ test: post: - vagrant ssh -c 'cat ~/vm-setup/cookbooks/vm/test/junit-report.xml' > $CIRCLE_TEST_REPORTS/junit-report.xml - vagrant ssh -c 'cat ~/vm-setup/cookbooks/vm/test/test-report.html' > $CIRCLE_TEST_REPORTS/test-report.html + - vagrant ssh -c "bash -i -c 'git clone https://github.com/tknerr/vagrant-workflow-tests && cd vagrant-workflow-tests && rspec'": + timeout: 1800 + - vagrant ssh -c 'cat ~/vagrant-workflow-tests/acceptance.log' > $CIRCLE_ARTIFACTS/acceptance-test.log