Skip to content

Commit

Permalink
Merge pull request #13 from migibert/improve_tests
Browse files Browse the repository at this point in the history
Adding tests
  • Loading branch information
migibert committed Feb 7, 2015
2 parents 7515061 + 3e23a5a commit 8163f97
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ test:
override:
- ansible-playbook --syntax-check -i inventory $PLAYBOOK
- ansible-playbook --list-tasks -i inventory $PLAYBOOK
- sudo ansible-playbook --connection=local -i inventory $PLAYBOOK
- sudo ansible-playbook --connection=local -i inventory $PLAYBOOK
- sudo ps aux | grep -v grep | grep orientdb
- sudo netstat -ntlp | grep 2480
- sudo netstat -ntlp | grep 2424

0 comments on commit 8163f97

Please sign in to comment.