Skip to content

Commit

Permalink
Merge pull request #2 from claranet/updatecli_main
Browse files Browse the repository at this point in the history
feat(ci): add ubuntu 24.04 in test workflow
  • Loading branch information
bngameni authored Jul 4, 2024
2 parents 48107fd + ebb2811 commit 50926f2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
---
name: Ansible Molecule

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy
push:
tags_ignore:
- '*'
pull_request:
schedule:
- cron: '0 0 1 */3 *'

jobs:
setup:
name: Setup scenarios matrix
Expand All @@ -31,7 +29,6 @@ jobs:
JSON="$JSON]"
echo "::set-output name=scenarios::$(echo $JSON)"
lint:
name: Lint
needs:
Expand All @@ -46,7 +43,6 @@ jobs:
uses: ansible/ansible-lint-action@main
with:
path: "."

test:
name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }}
needs:
Expand All @@ -69,6 +65,8 @@ jobs:
tag: "11"
- image: "ubuntu"
tag: "22.04"
- image: ubuntu
tag: "24.04"
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 50926f2

Please # to comment.