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 7, 2024
1 parent 008543c commit 561b0fa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
---
name: Ansible Molecule

on: # yamllint disable-line rule:truthy
on: # yamllint disable-line rule:truthy

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Lint

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Lint

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on amazonlinux:latest

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on registry.access.redhat.com/ubi8/ubi:latest

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on debian:11

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on debian:10

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on ubuntu:22.04

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on ubuntu:24.04

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on amazonlinux:latest

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on registry.access.redhat.com/ubi8/ubi:latest

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on debian:11

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on debian:10

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on ubuntu:22.04

[comments] too few spaces before comment

Check warning on line 3 in .github/workflows/molecule.yml

View workflow job for this annotation

GitHub Actions / Scenario "default" on ubuntu:24.04

[comments] too few spaces before comment
push:
tags_ignore:
- '*'
pull_request:

jobs:
setup:
name: Setup scenarios matrix
Expand All @@ -27,7 +25,6 @@ jobs:
JSON="$JSON]"
echo "::set-output name=scenarios::$(echo $JSON)"
lint:
name: Lint
needs:
Expand All @@ -43,7 +40,6 @@ jobs:
with:
command: lint
scenario: ${{ fromJson(needs.setup.outputs.scenarios)[0] }}

test:
name: Scenario "${{ matrix.scenario }}" on ${{ matrix.config.image }}:${{ matrix.config.tag }}
needs:
Expand All @@ -66,7 +62,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 561b0fa

Please sign in to comment.