Skip to content

Commit

Permalink
Use oVirt checkout action in CI (#634)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Perina <mperina@redhat.com>

Signed-off-by: Martin Perina <mperina@redhat.com>
  • Loading branch information
mwperina authored Nov 22, 2022
1 parent 454b991 commit 32b4347
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:
name: ansible-test docker
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: ovirt/checkout-action@main

- name: Build the project
run: ./build.sh build ovirt /tmp
Expand Down Expand Up @@ -50,9 +48,7 @@ jobs:
run: ${{ matrix.pip-command }} install pycodestyle pylint voluptuous yamllint rstcheck antsibull-changelog rich "ansible-lint>=6.0.0,<7.0.0" cryptography

- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: ovirt/checkout-action@main

- name: Run build.sh
run: ./automation/build.sh
Expand Down

0 comments on commit 32b4347

Please sign in to comment.