You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current test suite is failing for two reasons:
molecule had breaking API changes. Because this project is not version locked on a specific version of molecule, this means that parts of the test suite are bound to have troubles.
Even if there were no troubles running tests on Travis, their new limitations on execution time and number of executions would make testing use Travis untenable. The best option is to move to GitHub Actions. Jeff Geerling has some good examples in his repositories. ansible-role-docker might be a good starting point.
The text was updated successfully, but these errors were encountered:
The current test suite is failing for two reasons:
molecule
had breaking API changes. Because this project is not version locked on a specific version ofmolecule
, this means that parts of the test suite are bound to have troubles.ansible-role-docker
might be a good starting point.The text was updated successfully, but these errors were encountered: