mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 10:39:08 +00:00
Run jobs with new Podman repos
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
d43a5a4a48
commit
fbd98250f5
40 changed files with 660 additions and 675 deletions
6
.github/workflows/reusable-module-test.yml
vendored
6
.github/workflows/reusable-module-test.yml
vendored
|
|
@ -21,7 +21,7 @@ on:
|
|||
description: 'OS matrix as JSON string'
|
||||
required: false
|
||||
type: string
|
||||
default: '["ubuntu-22.04"]'
|
||||
default: '["ubuntu-24.04"]'
|
||||
ansible_versions:
|
||||
description: 'Ansible versions matrix as JSON string'
|
||||
required: false
|
||||
|
|
@ -35,8 +35,8 @@ on:
|
|||
|
||||
jobs:
|
||||
test_module:
|
||||
name: ${{ inputs.display_name || inputs.module_name }} ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
|
||||
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
|
||||
name: ${{ inputs.display_name || inputs.module_name }} ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-24.04' }}
|
||||
runs-on: ${{ matrix.os || 'ubuntu-24.04' }}
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue