chore: add in worflow tests on ubuntu 24

Made with ❤️️ by updatecli
This commit is contained in:
Delibes Bechir BKWEDOU-NGAMENI 2024-06-20 08:48:20 +00:00
parent 831f658f60
commit f5083595f0

View File

@ -1,12 +1,10 @@
---
name: Ansible Molecule
on: # yamllint disable-line rule:truthy
push:
tags_ignore:
- '*'
pull_request:
jobs:
setup:
name: Setup scenarios matrix
@ -27,7 +25,6 @@ jobs:
JSON="$JSON]"
echo "::set-output name=scenarios::$(echo $JSON)"
lint:
name: Lint
needs:
@ -42,7 +39,6 @@ jobs:
uses: ansible/ansible-lint-action@main
with:
path: "."
test:
name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }}
needs:
@ -67,6 +63,8 @@ jobs:
tag: "10"
- image: "ubuntu"
tag: "22.04"
- image: ubuntu
tag: "24.04"
steps:
- name: checkout
uses: actions/checkout@v3