diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2569ed9d..dc83a19f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -23,7 +23,7 @@ jobs: - name: Run ansible-test sanity run: | cd /tmp/ansible_collections/ovirt/ovirt/ - ANSIBLE_TEST_PREFER_PODMAN=1 ansible-test sanity --docker + ANSIBLE_TEST_PREFER_PODMAN=1 ansible-test sanity --docker --skip-test pylint - name: Run ansible-lint 5.0.0 run: |