Skip to content

Commit

Permalink
Add tests (#3)
Browse files Browse the repository at this point in the history
* Add tests

* Add status badge
  • Loading branch information
Chithrak07 authored Nov 23, 2020
1 parent 1c5f0ce commit 9af2d10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Drush
=====

![.github/workflows/molecule.yml](https://github.com/AcroMedia/ansible-role-drush/workflows/.github/workflows/molecule.yml/badge.svg)

Install a more modern version of Drush than is normally available in stock yum/apt repositories.

Requirements
Expand Down
3 changes: 2 additions & 1 deletion molecule/default/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
- name: Confirm drush installation is correct.
shell: drush --version | grep '8.1.17'
changed_when: false

- debug:
var: "{{ item }}"
with_items:
- ansible_distribution
- ansible_distribution_release
- ansible_distribution_version

0 comments on commit 9af2d10

Please sign in to comment.