Skip to content

Commit

Permalink
include Katello in GHA tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni authored and ekohl committed Apr 18, 2024
1 parent bf03a25 commit 42e7178
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/foreman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,23 @@ jobs:
- name: Run rake ${{ matrix.task }}
run: bundle exec rake ${{ matrix.task }}

katello:
name: Katello
needs:
- rubocop
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: katello
plugin_repository: Katello/katello
foreman_version: ${{ github.ref }}
postgresql_container: ghcr.io/theforeman/postgresql-evr
test_existing_database: false

result:
name: Test suite
runs-on: ubuntu-latest
needs: tests
needs:
- tests
- katello
steps:
- run: echo Test suite completed

0 comments on commit 42e7178

Please sign in to comment.