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

PDK update, move CI to GH Actions #563

Merged
merged 2 commits into from
May 12, 2021

Commits on May 11, 2021

  1. List Debian 10 as supported

    This module has long worked on Debian but it had be omitted from the
    list of supported OSs. This adds it to the list and also sorts the list
    alphabetically.
    genebean committed May 11, 2021
    Configuration menu
    Copy the full SHA
    1adbf26 View commit details
    Browse the repository at this point in the history
  2. PDK update, move CI to GH Actions

    This includes many changes that are a byproduct of updating to the
    latest version of the PDK. All unit tests pass at this stage but
    several RuboCop tests still fail.
    
    Tht GH Action was copied from a Vox Pupuli module.
    Their module testing is pretty slick and utilizes Beaker just as this
    one has traditionally done so it seems like a good place to start. A
    couple of lines were commented out as the Gemfile from the PDK doesn't
    line up exactly with the one used by most Vox Pupuli modules.
    
    RuboCop is disabled for the moment as it is known that those tests do
    not yet pass.
    genebean committed May 11, 2021
    Configuration menu
    Copy the full SHA
    bcc7b98 View commit details
    Browse the repository at this point in the history