From 9221babf82de4fa4c6541cbaca2bfd64546b4760 Mon Sep 17 00:00:00 2001 From: "Stefan G. Weichinger" Date: Fri, 15 Nov 2024 13:05:15 +0100 Subject: [PATCH 1/2] molecule tests: rm Fedora 39, add Fedora 41 --- .github/workflows/molecule.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index efb3b24..456e6ac 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -34,8 +34,8 @@ jobs: distros: - debian11 - debian12 - - fedora39 - fedora40 + - fedora41 - ubuntu2204 - ubuntu2404 releases: diff --git a/README.md b/README.md index 0a00200..28be5a2 100644 --- a/README.md +++ b/README.md @@ -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 From af1dc33753806f26dca72f71a90c65f71d3cb41d Mon Sep 17 00:00:00 2001 From: "Stefan G. Weichinger" Date: Fri, 15 Nov 2024 13:21:32 +0100 Subject: [PATCH 2/2] link to repo of gh-action for molecule --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 28be5a2..5592a81 100644 --- a/README.md +++ b/README.md @@ -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: