Skip to content

Commit

Permalink
Merge pull request #13 from Rheinwerk/PT-187741759-update-ci-workflow
Browse files Browse the repository at this point in the history
[#187741759] Use Molecule main branch and reduce overrides
  • Loading branch information
eifelmicha authored Jun 5, 2024
2 parents 41c158e + ccc0f9c commit 978eaf4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,20 @@ jobs:
include:
- distro: ubuntu-20.04
ansible_scenario: ansible_current
test_type: unit
python_version: '3.8'
experimental: false
- distro: ubuntu-20.04
ansible_scenario: ansible_next
test_type: unit
python_version: '3.8'
experimental: true
- distro: ubuntu-22.04
ansible_scenario: ansible_latest
test_type: unit
python_version: '3.10'
experimental: true

steps:
- uses: Rheinwerk/molecule@v3
- uses: Rheinwerk/molecule@main
with:
distro: ${{ matrix.distro }}
ansible_scenario: ${{ matrix.ansible_scenario }}
test_type: ${{ matrix.test_type }}
python_version: ${{ matrix.python_version }}


release:
name: Release
Expand Down

0 comments on commit 978eaf4

Please sign in to comment.