Skip to content

Commit

Permalink
Run dnf-plugins-core (dnf4) CI againts dnf-4-stack branch
Browse files Browse the repository at this point in the history
Since we have a separate branch for dnf4 in `ci-dnf-stack` use it to run integration tests.
  • Loading branch information
kontura authored and j-mracek committed Jan 19, 2023
1 parent 3751109 commit b6682c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: rpm-software-management/ci-dnf-stack
ref: dnf-4-stack

- name: Setup CI
id: setup-ci
Expand Down Expand Up @@ -48,6 +49,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: rpm-software-management/ci-dnf-stack
ref: dnf-4-stack

- name: Run Integration Tests
uses: ./.github/actions/integration-tests
Expand All @@ -66,6 +68,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: rpm-software-management/ci-dnf-stack
ref: dnf-4-stack

- name: Run Ansible Tests
uses: ./.github/actions/ansible-tests
Expand Down

0 comments on commit b6682c2

Please sign in to comment.