Skip to content

Commit

Permalink
chore: add in worflow tests on ubuntu 24
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
bngameni committed Jun 20, 2024
1 parent 24c8ebe commit 041c6d3
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 @@ -29,7 +27,6 @@ jobs:
JSON="$JSON]"
echo "::set-output name=scenarios::$(echo $JSON)"
lint:
name: Lint
needs:
Expand All @@ -44,7 +41,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 @@ -68,6 +64,8 @@ jobs:
tag: "10"
- image: "ubuntu"
tag: "22.04"
- image: ubuntu
tag: "24.04"
steps:
- name: checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 041c6d3

Please sign in to comment.