1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-04-27 11:28:48 +00:00

Add tests for idempotency (#53)

This commit is contained in:
Sergey 2020-06-01 02:04:04 +03:00 committed by GitHub
parent 6256a082bd
commit 2635eab02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 1255 additions and 6 deletions

View file

@ -75,7 +75,7 @@ jobs:
~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
sudo ~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
- name: Run collection tests for connection
- name: Run collection tests for podman container
run: |
export PATH=~/.local/bin:$PATH

View file

@ -75,7 +75,7 @@ jobs:
~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
sudo ~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
- name: Run collection tests for connection
- name: Run collection tests for podman container info
run: |
export PATH=~/.local/bin:$PATH

View file

@ -75,7 +75,7 @@ jobs:
~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
sudo ~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
- name: Run collection tests for connection
- name: Run collection tests for podman image
run: |
export PATH=~/.local/bin:$PATH

View file

@ -75,7 +75,7 @@ jobs:
~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
sudo ~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
- name: Run collection tests for connection
- name: Run collection tests for podman image info
run: |
export PATH=~/.local/bin:$PATH

View file

@ -73,7 +73,7 @@ jobs:
~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
sudo ~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
- name: Run collection tests for connection
- name: Run collection tests for podman network info
run: |
export PATH=~/.local/bin:$PATH

View file

@ -73,7 +73,7 @@ jobs:
~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
sudo ~/.local/bin/ansible-galaxy collection install -vvv --force /tmp/just_new_collection/*.tar.gz
- name: Run collection tests for connection
- name: Run collection tests for podman volume info
run: |
export PATH=~/.local/bin:$PATH