diff --git a/.github/workflows/ruby_ci.yml b/.github/workflows/ruby_ci.yml index 06ce3683..f928046e 100644 --- a/.github/workflows/ruby_ci.yml +++ b/.github/workflows/ruby_ci.yml @@ -24,3 +24,4 @@ jobs: uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0 with: plugin: foreman_templates + diff --git a/lib/tasks/foreman_templates_tasks.rake b/lib/tasks/foreman_templates_tasks.rake index d94e1943..c9321b64 100644 --- a/lib/tasks/foreman_templates_tasks.rake +++ b/lib/tasks/foreman_templates_tasks.rake @@ -79,6 +79,7 @@ namespace :test do test_dir = File.join(File.dirname(__FILE__), '../..', 'test') t.libs << ['test', test_dir] t.pattern = "#{test_dir}/**/*_test.rb" + t.test_files = [Rails.root.join('test/unit/foreman/access_permissions_test.rb')] t.verbose = true t.warning = false end