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 Jan 29, 2024
1 parent d307b43 commit e0afda2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ruby_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ jobs:
uses: theforeman/actions/.github/workflows/foreman_plugin.yml@v0
with:
plugin: foreman_templates
# https://github.com/theforeman/foreman/pull/9989
foreman_repository: ofedoren/foreman
foreman_version: foreman-on-ruby-3-letsgooo
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 e0afda2

Please sign in to comment.