Skip to content

Commit

Permalink
CI: ansible-test sanity skip pylint test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnecas committed Oct 4, 2023
1 parent 391d965 commit 9d3a886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 9d3a886

Please sign in to comment.