From b626e30df0a1603183b3afff1952c49a4f381e7b Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Wed, 25 Oct 2023 14:01:47 +0200 Subject: [PATCH] always execute access_permissions_test from Foreman core --- .github/workflows/foreman_plugin.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/foreman_plugin.yml b/.github/workflows/foreman_plugin.yml index 4ca01ba..5e88392 100644 --- a/.github/workflows/foreman_plugin.yml +++ b/.github/workflows/foreman_plugin.yml @@ -87,7 +87,9 @@ jobs: bundle exec rake db:create bundle exec rake db:migrate - name: Run plugin tests - run: bundle exec rake test:${{ inputs.plugin }} + run: | + bundle exec rake test:${{ inputs.plugin }} + bundle exec rake test TEST="test/unit/foreman/access_permissions_test.rb" database: name: "Database - Foreman ${{ inputs.foreman_version }} with Ruby ${{ matrix.ruby }} and Node ${{ matrix.node }}"