Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use oVirt checkout action in CI #634

Merged
merged 1 commit into from
Nov 22, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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