Skip to content

Commit

Permalink
Disable sanity test
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Necas <[email protected]>
  • Loading branch information
mnecas committed Oct 4, 2023
1 parent ad03fe2 commit 00b36ba
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,6 @@ on:
- ovirt-ansible-collection-2.y
workflow_dispatch:
jobs:
sanity_test:
runs-on: ubuntu-latest
name: ansible-test docker
steps:
- name: Checkout
uses: actions/checkout@main
with:
fetch-depth: 0

- name: Build the project
run: ./build.sh build ovirt /tmp

- name: Run ansible-lint 5.0.0
run: |
cd /tmp/ansible_collections/ovirt/ovirt/
pip3 install install pycodestyle pylint==2.4.4 voluptuous yamllint rstcheck antsibull-changelog "rich<11.0.0" "ansible-lint<5.0.0" cryptography
ansible-lint roles/* -x 204
build:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 00b36ba

Please sign in to comment.