1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Update README and tests

This commit is contained in:
Sagi Shnaidman 2020-05-20 00:14:56 +03:00 committed by Sergey
parent c98febf26a
commit 2bafc01e3c
5 changed files with 114 additions and 29 deletions

View file

@ -89,7 +89,8 @@ jobs:
~/.local/bin/ansible-galaxy collection install .cache/collection-tarballs/*.tar.gz
- name: Run collection sanity tests
run: >-
~/.local/bin/ansible-test sanity --color --requirements --docker --python "${{ matrix.python-version }}" -vvv
~/.local/bin/ansible-test sanity --color --requirements --python "${{ matrix.python-version }}" -vvv
plugins/ tests/
working-directory: >-
/home/runner/.ansible/collections/ansible_collections/containers/podman