Merge pull request #6 from claranet/updatecli_main
feat(ci): add ubuntu 24.04 in test workflow
This commit is contained in:
commit
960cc9e72a
6
.github/workflows/molecule.yml
vendored
6
.github/workflows/molecule.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user