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

molecule tests: rm Fedora 39, add Fedora 41 #171

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
distros:
- debian11
- debian12
- fedora39
- fedora40
- fedora41
- ubuntu2204
- ubuntu2404
releases:
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The build tests use the galaxy-action [molecule action](https://github.com/marke

* Arch Linux
* Debian 11,12
* Fedora 39,40
* Fedora 40,41
* Ubuntu 2204,2404
* Ubuntu-derived distros: Linux Mint, Pop!\_OS

Expand Down Expand Up @@ -264,6 +264,8 @@ This is new and will maybe see more finetuning.
The tests of this ansible role use [molecule](https://molecule.readthedocs.io/en/latest/index.html).
I use the GitHub Action [Test Ansible roles with Molecule](https://github.com/marketplace/actions/test-ansible-roles-with-molecule) for these tests.

See also their [repository](https://github.com/robertdebock/molecule-action)

### (current) CI with GitHub Actions

In November 2020 I switched over to running the CI pipeline within Github Actions:
Expand Down