mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-26 19:03:16 +00:00
ci: Fix non failing integration tests
Remove { } from runme.sh files to avoid failures being masked.
Re-add install of ansible.posix to have the
ansible.posix.profile_task callback available.
Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
3
.github/workflows/integration.yml
vendored
3
.github/workflows/integration.yml
vendored
@@ -88,6 +88,9 @@ jobs:
|
||||
ansible-galaxy collection install \
|
||||
-r ${{ env.source_directory }}/requirements.yml \
|
||||
-p /home/runner/collections --force-with-deps
|
||||
# Install ansible.posix to have the ansible.posix.profile_task callback available
|
||||
ansible-galaxy collection install ansible.posix \
|
||||
-p /home/runner/collections --force-with-deps
|
||||
|
||||
- name: Install kubevirt.core collection
|
||||
id: install
|
||||
|
||||
Reference in New Issue
Block a user