Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use reusable GitHub Actions for testing #519

Merged
merged 2 commits into from
Jan 28, 2024

Commits on Jan 24, 2024

  1. Complete test:foreman_ansible definition

    This moves the specific override to the test defined in rake. This means
    running test:foreman_ansible runs all required tests from core as well.
    The only downside it that running rake test will run the particular test
    twice.
    ekohl committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    47a3e60 View commit details
    Browse the repository at this point in the history
  2. Use reusable GitHub Actions for testing

    This reduces the duplication between projects. For example, this ensures
    testing on Ruby 2.7 and NodeJS 14 which previously didn't happen.
    ekohl committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    872a733 View commit details
    Browse the repository at this point in the history