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 makefile for molecule tests in CI/CD #309

Merged
merged 2 commits into from
May 2, 2023
Merged

Commits on May 2, 2023

  1. Use makefile for molecule tests

    Related PR: #305
    vitabaks committed May 2, 2023
    Configuration menu
    Copy the full SHA
    061a9ee View commit details
    Browse the repository at this point in the history
  2. Update requirements.dev.txt (ansible-compat==3.0.1)

    There is an improperly handled breaking change in ansible-compat, which causes a malfunction in molecule. As a result, you should enforce the usage of ansible-compat==3.0.1 instead of version 4.0.1 (at least until the necessary fix is provided in molecule ansible/molecule#3904 ).
    vitabaks committed May 2, 2023
    Configuration menu
    Copy the full SHA
    24f91f5 View commit details
    Browse the repository at this point in the history