Skip to content

Commit

Permalink
Add unstable podman to jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sshnaidm committed Nov 8, 2023
1 parent e7671a8 commit ed6909b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/podman_container_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:
jobs:

test_podman_container_api:
name: Podman API container ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}
name: Podman API container ${{ matrix.ansible-version }}-${{ matrix.os || 'ubuntu-22.04' }}-${{ matrix.podman-version || 'unstable' }}
runs-on: ${{ matrix.os || 'ubuntu-22.04' }}
defaults:
run:
Expand All @@ -47,6 +47,13 @@ jobs:
- ubuntu-22.04
python-version:
- "3.10"
podman-version:
- unstable
include:
- os: ubuntu-22.04
ansible-version: git+https://github.com/ansible/ansible.git@stable-2.15
python-version: "3.10"
podman-version: stable

steps:

Expand Down Expand Up @@ -112,7 +119,8 @@ jobs:
-e host=localhost \
-i localhost, \
-e ansible_connection=local \
-e setup_python=false
-e setup_python=false \
-e podman_version_ubuntu=${{ matrix.podman-version }}
TEST2RUN=podman_container_api ./ci/run_containers_tests.sh
shell: bash

0 comments on commit ed6909b

Please sign in to comment.