Skip to content

Commit

Permalink
Test on Ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Feb 2, 2024
1 parent d307b43 commit 27fc752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_templates

1 change: 1 addition & 0 deletions lib/tasks/foreman_templates_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27fc752

Please sign in to comment.