From 42e7178b5584958f536b7a5c2dc383bbf7e9d1bf Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Mon, 11 Mar 2024 10:48:51 +0100 Subject: [PATCH] include Katello in GHA tests --- .github/workflows/foreman.yml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/foreman.yml b/.github/workflows/foreman.yml index 6766e39e6b0..3cd9962d5dd 100644 --- a/.github/workflows/foreman.yml +++ b/.github/workflows/foreman.yml @@ -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